Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
Renamed gem name (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfdrogojan authored and manivinesh committed Nov 19, 2018
1 parent a3f436f commit 36a933f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
10 changes: 4 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
marketingcloudsdk (1.1.0)
sfmc-fuelsdk-ruby (1.1.0)
json (~> 1.8, >= 1.8.1)
jwt (~> 1.0, >= 1.0.0)
savon (= 2.2.0)
Expand Down Expand Up @@ -42,13 +42,11 @@ GEM
mini_portile2 (2.3.0)
nokogiri (1.8.5)
mini_portile2 (~> 2.3.0)
nokogiri (1.8.5-x86-mingw32)
mini_portile2 (~> 2.3.0)
nori (2.1.0)
pry (0.11.3)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
rack (2.0.5)
rack (2.0.6)
rake (0.9.6)
rb-fsevent (0.10.3)
rb-inotify (0.9.10)
Expand Down Expand Up @@ -84,9 +82,9 @@ DEPENDENCIES
bundler (~> 1.3)
guard (~> 1.1)
guard-rspec (~> 2.0)
marketingcloudsdk!
rake (~> 0.9)
rspec (~> 2.0)
sfmc-fuelsdk-ruby!

BUNDLED WITH
1.16.6
1.17.1
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ ExactTarget Fuel SDK / SalesforceMarektingCloudSDK for Ruby
The Fuel SDK for Ruby provides easy access to ExactTarget's Fuel API Family services, including a collection of REST APIs and a SOAP API. These APIs provide access to ExactTarget functionality via common collection types such as array/hash.

## New Features in Version 1.1.0 ##
- **Added support for your tenant's endpoints - [More Details](https://developer.salesforce.com/docs/atlas.en-us.mc-apis.meta/mc-apis/your-subdomain-tenant-specific-endpoints.htm) :**
- **Added support for your tenant's endpoints - [More Details](https://developer.salesforce.com/docs/atlas.en-us.mc-apis.meta/mc-apis/your-subdomain-tenant-specific-endpoints.htm) **
- **MarketingCloudSDK gem will be available as sfmc-fuelsdk-ruby on ruby gems.

## Migrationg to version to version 1.0 ##
- **FuelSDK gem has been renamed to MarketingCloudSDK and will be availbale as marketingcloudsdk on ruby gems.
Expand Down
6 changes: 3 additions & 3 deletions marketingcloudsdk.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'marketingcloudsdk/version'

Gem::Specification.new do |spec|
spec.name = "marketingcloudsdk"
spec.name = "sfmc-fuelsdk-ruby"
spec.version = MarketingCloudSDK::VERSION
spec.authors = ["Ashok Magar"]
spec.email = ["amagar@salesforce.com"]
spec.authors = ["Salesforce"]
spec.email = ["mcsdkadmin@salesforce.com"]
spec.description = %q{API wrapper for SOAP and REST API with Salesforce Marketing Cloud (ExactTarget)}
spec.summary = %q{Fuel Client Library for Ruby}
spec.homepage = "https://github.com/ExactTarget/FuelSDK-Ruby"
Expand Down

0 comments on commit 36a933f

Please sign in to comment.