cookie_monster 0.0.0 → 0.0.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.
@@ -10,5 +10,5 @@ Gem::Specification.new do |s|
10
10
  s.authors = ["Dylan Griffin"]
11
11
  s.email = 'dylan@dylangriff.in'
12
12
  s.files = `git ls-files`.split("\n")
13
- s.homepage = 'https://shareaholic.com'
13
+ s.homepage = 'http://dylangriff.in'
14
14
  end
@@ -1,3 +1,3 @@
1
1
  module CookieMonster
2
- VERSION = '0.0.0'
2
+ VERSION = '0.0.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cookie_monster
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -82,7 +82,7 @@ files:
82
82
  - test/cookie_monster/test_jar.rb
83
83
  - test/test_cookie_monster.rb
84
84
  - test/test_helper.rb
85
- homepage: https://shareaholic.com
85
+ homepage: http://dylangriff.in
86
86
  licenses: []
87
87
  post_install_message:
88
88
  rdoc_options: []