social_pilot 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/social_pilot/version.rb +1 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4a86b06e0026b298cb178a65faa92011db97d5b6
4
- data.tar.gz: b063d4b921ead1cb9bc821007ed21308c122f945
3
+ metadata.gz: 488193926a99fd95f9c3a331591b0fddf030dbc3
4
+ data.tar.gz: 864719d07dcf70389924784879826c06d1250b78
5
5
  SHA512:
6
- metadata.gz: a45efdb7789d5f309bf9670d3def189cb0b23024a0d564ff0d87e88dd53aef9dc755e0a02eb4e2ce82e7709a5052235d64607a678c1603312e3bdb083e564249
7
- data.tar.gz: 84cad58aec2b7093407219b1f2c683acfc60accdb4f980cda78052402634d8bb6717d9814fe2708a340eaab09df5efe5b20d5af254f079cea0e7777138eece3c
6
+ metadata.gz: a41e419fbe787a90a29623fa9e0f9020eaed4b52638d4db46130ee892caea2c21c1980226da25dc18223b87eae303ad466006a33ce8af8474f41908502073507
7
+ data.tar.gz: b009a6dd6d8f3aba3d75d6a2b5c38bd8c203bc7a1b83bbf402b26c66d449f20890358d41581d7f601ee0700cb06fca8fe2ce63745e26c88fb0fe70bde0fb5fa6
@@ -1,3 +1,3 @@
1
1
  module SocialPilot
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: social_pilot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Dallimore
@@ -24,7 +24,7 @@ dependencies:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: '2'
27
- description: A Ruby wrapper for the UK SocialPilot platform API
27
+ description: A Ruby wrapper for the SocialPilot platform API
28
28
  email:
29
29
  - me@tomdallimore.com
30
30
  executables: []