eyeballs_rails 0.1.2 → 0.1.2.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/app/helpers/eyeballs_rails_helper.rb +1 -2
- metadata +3 -2
data/Rakefile
CHANGED
@@ -24,7 +24,7 @@ begin
|
|
24
24
|
gemspec.homepage = "http://github.com/paulca/eyeballs_rails"
|
25
25
|
gemspec.authors = ["Paul Campbell"]
|
26
26
|
gemspec.files = FileList["[A-Z]*", "lib/**/*", "app/**/*"]
|
27
|
-
gemspec.version = "0.1.2"
|
27
|
+
gemspec.version = "0.1.2.1"
|
28
28
|
end
|
29
29
|
rescue LoadError
|
30
30
|
puts "Jeweler not available. Install it with: gem install jeweler"
|
metadata
CHANGED
@@ -1,13 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: eyeballs_rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 77
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
9
|
- 2
|
10
|
-
|
10
|
+
- 1
|
11
|
+
version: 0.1.2.1
|
11
12
|
platform: ruby
|
12
13
|
authors:
|
13
14
|
- Paul Campbell
|