-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
8 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,11 +2,9 @@ | |
|
||
$LOAD_PATH.push File.expand_path('lib', __dir__) | ||
|
||
require 'ros_sdk/version' | ||
|
||
Gem::Specification.new do |spec| | ||
spec.name = 'cnfs_sdk' | ||
spec.version = RosSdk::VERSION | ||
spec.version = '0.0.1.alpha' | ||
spec.authors = ['Robert Roach'] | ||
spec.email = ['[email protected]'] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,10 @@ | |
|
||
$LOAD_PATH.push File.expand_path('lib', __dir__) | ||
|
||
# Maintain your gem's version: | ||
require 'ros/cognito/version' | ||
|
||
# Describe your gem and declare its dependencies: | ||
Gem::Specification.new do |spec| | ||
spec.name = 'cnfs-cognito' | ||
spec.version = Ros::Cognito::VERSION | ||
spec.version = '0.0.1.alpha1' | ||
spec.authors = ['Robert Roach', 'Rui Baltazar'] | ||
spec.email = ['[email protected]', '[email protected]'] | ||
spec.homepage = 'http://guides.rails-on-services.org/' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,16 +2,13 @@ | |
|
||
$LOAD_PATH.push File.expand_path('lib', __dir__) | ||
|
||
# Maintain your gem's version: | ||
require 'ros/comm/version' | ||
|
||
Gem::Specification.new do |spec| | ||
spec.name = 'cnfs-comm' | ||
spec.version = Ros::Comm::VERSION | ||
spec.version = '0.0.1.alpha' | ||
spec.authors = ['Robert Roach', 'Rui Baltazar'] | ||
spec.email = ['[email protected]', '[email protected]'] | ||
spec.homepage = 'http://guides.rails-on-services.org/' | ||
spec.summary = 'Provides communication tools, e.g. Twilio to the Ros Platform' | ||
spec.summary = 'Provides communication tools, e.g. Twilio to the CNFS Platform' | ||
spec.description = '3rd party communication services can be invoked by other services per tenant' | ||
spec.license = 'MIT' | ||
spec.required_ruby_version = ['> 2.6.0', '< 2.7' ] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
# frozen_string_literal: true | ||
|
||
$LOAD_PATH.push File.expand_path('lib', __dir__) | ||
require 'ros/iam/version' | ||
|
||
Gem::Specification.new do |spec| | ||
spec.name = 'cnfs-iam' | ||
spec.version = Ros::Iam::VERSION | ||
spec.version = '0.0.1.alpha' | ||
spec.authors = ['Robert Roach', 'Rui Baltazar'] | ||
spec.email = ['[email protected]', '[email protected]'] | ||
spec.homepage = 'http://guides.rails-on-services.org/' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,10 @@ | |
|
||
$LOAD_PATH.push File.expand_path('lib', __dir__) | ||
|
||
# Maintain your gem's version: | ||
require 'ros/organization/version' | ||
|
||
# Describe your gem and declare its dependencies: | ||
Gem::Specification.new do |spec| | ||
spec.name = 'cnfs-organization' | ||
spec.version = Ros::Organization::VERSION | ||
spec.version = '0.0.1.alpha' | ||
spec.authors = ['Robert Roach', 'Rui Baltazar'] | ||
spec.email = ['[email protected]', '[email protected]'] | ||
spec.homepage = 'http://guides.rails-on-services.org/' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,10 @@ | |
|
||
$LOAD_PATH.push File.expand_path('lib', __dir__) | ||
|
||
# Maintain your gem's version: | ||
require 'ros/storage/version' | ||
|
||
# Describe your gem and declare its dependencies: | ||
Gem::Specification.new do |spec| | ||
spec.name = 'cnfs-storage' | ||
spec.version = Ros::Storage::VERSION | ||
spec.version = '0.0.1.alpha' | ||
spec.authors = ['Robert Roach', 'Rui Baltazar'] | ||
spec.email = ['[email protected]', '[email protected]'] | ||
spec.homepage = 'http://guides.rails-on-services.org/' | ||
|