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.
- data/Gemfile +4 -0
- data/meminator.gemspec +2 -2
- metadata +4 -4
data/Gemfile
CHANGED
data/meminator.gemspec
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = "meminator"
|
|
3
|
-
s.version = "0.0.
|
|
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/
|
|
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.
|
|
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-
|
|
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/
|
|
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.
|
|
93
|
+
rubygems_version: 1.8.24
|
|
94
94
|
signing_key:
|
|
95
95
|
specification_version: 3
|
|
96
96
|
summary: API to retrieve urls for memes
|