From 36a933fcbae82adb7bcac9e1662e789687cc41ed Mon Sep 17 00:00:00 2001 From: sfdrogojan <42441166+sfdrogojan@users.noreply.github.com> Date: Mon, 19 Nov 2018 18:45:12 +0200 Subject: [PATCH] Renamed gem name (#92) --- Gemfile.lock | 10 ++++------ README.md | 3 ++- marketingcloudsdk.gemspec | 6 +++--- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 857fb51..440a6ea 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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) @@ -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 diff --git a/README.md b/README.md index 0340417..9cac095 100755 --- a/README.md +++ b/README.md @@ -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. diff --git a/marketingcloudsdk.gemspec b/marketingcloudsdk.gemspec index 543846a..54f221d 100644 --- a/marketingcloudsdk.gemspec +++ b/marketingcloudsdk.gemspec @@ -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"