meminator 0.0.6 → 0.0.7

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. data/Gemfile +4 -0
  2. data/meminator.gemspec +2 -2
  3. metadata +4 -4
data/Gemfile CHANGED
@@ -5,4 +5,8 @@ group :test do
5
5
  gem "rake"
6
6
  gem "rspec"
7
7
  gem "mocha"
8
+ if RUBY_VERSION =~ /1\.8\.\d/
9
+ gem "json"
10
+ end
11
+
8
12
  end
@@ -1,9 +1,9 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "meminator"
3
- s.version = "0.0.6"
3
+ s.version = "0.0.7"
4
4
  s.authors = ["Eric Hodel", "Rich Healey"]
5
5
  s.email = ["richo@psych0tik.net"]
6
- s.homepage = "http://github.com/richoH/meminator"
6
+ s.homepage = "http://github.com/richo/meminator"
7
7
  s.summary = "API to retrieve urls for memes"
8
8
  s.description = s.summary
9
9
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: meminator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2012-05-08 00:00:00.000000000 Z
13
+ date: 2012-06-22 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: mocha
@@ -70,7 +70,7 @@ files:
70
70
  - spec/meminator/user_agent_spec.rb
71
71
  - spec/meminator_spec.rb
72
72
  - spec/spec_helper.rb
73
- homepage: http://github.com/richoH/meminator
73
+ homepage: http://github.com/richo/meminator
74
74
  licenses: []
75
75
  post_install_message:
76
76
  rdoc_options: []
@@ -90,7 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
90
90
  version: '0'
91
91
  requirements: []
92
92
  rubyforge_project:
93
- rubygems_version: 1.8.23
93
+ rubygems_version: 1.8.24
94
94
  signing_key:
95
95
  specification_version: 3
96
96
  summary: API to retrieve urls for memes