tobinibot-acts_as_amazing 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "acts_as_amazing"
3
- s.version = "0.0.5"
3
+ s.version = "0.0.6"
4
4
  s.date = "2008-07-16"
5
5
  s.summary = "test gem"
6
6
  s.email = "tobinibot@gmail.com"
@@ -1,9 +1,9 @@
1
1
  module ActsAsAmazing
2
- module Amazing
3
- def amazing
4
- puts "This is amazing!"
5
- end
2
+
3
+ def amazing
4
+ puts "This is amazing!"
6
5
  end
6
+
7
7
 
8
8
  ActiveRecord::Base.send :include, ActsAsAmazing
9
9
  end
@@ -2,7 +2,7 @@ module ActsAsAmazing
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 0
5
- TINY = 5
5
+ TINY = 6
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tobinibot-acts_as_amazing
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tobin Juday