SHOUTCLOUD 0.0.1 → 2.0.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9bc3409731820f3855ca4a7b7bd33a4f627a7473
4
- data.tar.gz: b9058b78b71a416cd68d0469e7146bed6ace71bc
3
+ metadata.gz: 56b546ab1d0f0cce794269c4107b077b947bf011
4
+ data.tar.gz: c07170d833cdc8a8a14c3b2b8099b9a770d39a15
5
5
  SHA512:
6
- metadata.gz: cdfedfcb7fecb0ac34a80907964a8d009a21b6bf010778578f9f3074e3a90b6ab1b306e3345b45c83a2e7d7145678dbfb87fe34c95cc6bd7cdeb00e9de3e81e9
7
- data.tar.gz: e5b56c4ae68d7e6bcc679457349073ca71a3d82780ab1d5d3deb7dd562a56b832985b11e58d31c43f8eefc503731d3838741a18c2b7fc9b7b2670fdfe5193bcb
6
+ metadata.gz: 85170ae94530404f6cdbdb89cda81fc606acd07de92c7bdf1abe4f78a4e035cbf47e0f558c0ba42e4a811323f5a488073e4a07e0678b63239487f82dc24845c8
7
+ data.tar.gz: 53a89454dbe908a918d8f074ccbfeb03b213f2d3e1b9085d1b2eeeff69c2461ed24b29db33dbe441c712eece0cc50614daf18f2550299462ab8ba09b7e835f38
@@ -1,7 +1,7 @@
1
1
  # coding: utf-8
2
2
  lib = File.expand_path('../lib', __FILE__)
3
3
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
- require 'SHOUTCLOUD/version'
4
+ require 'SHOUTCLOUD/VERSION'
5
5
 
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "SHOUTCLOUD"
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["JRBARTON@GMAIL.COM"]
11
11
  spec.summary = %q{WEBSCALE UPCASE}
12
12
  spec.description = %q{MONKEYPATCH IN A MORE WEBSCALE UPCASE}
13
- spec.homepage = "https://github.com/shoutcloud/SHOUTCLOUD_RUBY"
13
+ spec.homepage = "HTTPS://GITHUB.COM/SHOUTCLOUD/SHOUTCLOUD_RUBY"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files`.split($/)
@@ -1,4 +1,4 @@
1
- require "SHOUTCLOUD/version"
1
+ require "SHOUTCLOUD/VERSION"
2
2
  require "json"
3
3
  require "httparty"
4
4
 
@@ -1,3 +1,3 @@
1
1
  module SHOUTCLOUD
2
- VERSION = "0.0.1"
2
+ VERSION = "2.0.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: SHOUTCLOUD
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 2.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - JOHN BARTON
@@ -66,10 +66,10 @@ files:
66
66
  - Rakefile
67
67
  - SHOUTCLOUD.gemspec
68
68
  - lib/SHOUTCLOUD.rb
69
- - lib/SHOUTCLOUD/version.rb
69
+ - lib/SHOUTCLOUD/VERSION.rb
70
70
  - test/SHOUTCLOUD_test.rb
71
71
  - test/test_helper.rb
72
- homepage: https://github.com/shoutcloud/SHOUTCLOUD_RUBY
72
+ homepage: HTTPS://GITHUB.COM/SHOUTCLOUD/SHOUTCLOUD_RUBY
73
73
  licenses:
74
74
  - MIT
75
75
  metadata: {}