jbarnette-johnson 1.0.0.200808062051 → 1.0.0.200808062111
Sign up to get free protection for your applications and to get access to all the features.
- data/johnson.gemspec +1 -1
- data/lib/johnson/runtime.rb +2 -2
- metadata +1 -1
data/johnson.gemspec
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = %q{johnson}
|
3
|
-
s.version = "1.0.0.
|
3
|
+
s.version = "1.0.0.200808062111"
|
4
4
|
|
5
5
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
6
6
|
s.authors = ["John Barnette", "Aaron Patterson", "Yehuda Katz", "Matthew Draper"]
|
data/lib/johnson/runtime.rb
CHANGED