centipede 0.1 → 0.1.1

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/centipede.gemspec +1 -1
  2. data/lib/centipede.rb +4 -0
  3. metadata +1 -1
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "centipede"
3
- s.version = "0.1"
3
+ s.version = "0.1.1"
4
4
  s.date = "2010-01-12"
5
5
 
6
6
  s.description = "Simple money storage for ActiveRecord models"
@@ -1,4 +1,8 @@
1
1
  module Centipede
2
+ def self.VERSION
3
+ "0.1.1"
4
+ end
5
+
2
6
  def attr_cents(*names)
3
7
  names.each do |name|
4
8
  define_method name do
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: centipede
3
3
  version: !ruby/object:Gem::Version
4
- version: "0.1"
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - "Nicol\xC3\xA1s Sanguinetti"