pjb3-has-bit-field 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -9,8 +9,6 @@ begin
9
9
  gem.email = "mail@paulbarry.com"
10
10
  gem.homepage = "http://github.com/pjb3/has-bit-field"
11
11
  gem.authors = ["Paul Barry"]
12
- gem.files << "rails/init.rb"
13
- # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
14
12
  end
15
13
 
16
14
  rescue LoadError
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.1
1
+ 0.2.2
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{has-bit-field}
5
- s.version = "0.2.1"
5
+ s.version = "0.2.2"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Paul Barry"]
@@ -22,7 +22,6 @@ Gem::Specification.new do |s|
22
22
  "has-bit-field.gemspec",
23
23
  "lib/has-bit-field.rb",
24
24
  "rails/init.rb",
25
- "rails/init.rb",
26
25
  "test/has-bit-field_test.rb",
27
26
  "test/test_helper.rb"
28
27
  ]
data/rails/init.rb CHANGED
@@ -1 +1,2 @@
1
- ActiveRecord::Base.extend(HasBitField)
1
+ require 'has-bit-field'
2
+ ActiveRecord::Base.extend HasBitField
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pjb3-has-bit-field
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Barry