delegate_id_to 0.0.2 → 0.0.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5277331a5131c943783043a45fcf32b90b250dd7
4
- data.tar.gz: 202c6e240e614744868ed723bec4edf5388d1d30
3
+ metadata.gz: f21b83a1392451e9ae1145f4793ad17529b4bbba
4
+ data.tar.gz: d6462bd8974ca7b50254d8830c8c00c0a88eb7cc
5
5
  SHA512:
6
- metadata.gz: fe6246b6e5e188e6d7dbaac3f72042e66f20832e602e18e2161b6c72c31a8317a1bfb251c6889dc10e00769d345574595bfde8b232dc1281d7088b54371d6982
7
- data.tar.gz: c6f934da74f5056d84458680d6c95b15947f72ff8b6176397be9eb6a0fcbc7feecba26730e21b20696737a8eb8fe7ad1cfe9b7d5caab978609d51c5398150505
6
+ metadata.gz: cce2192b653cce6ab90ff1189b5044e0abb3b86ff5abd432d360e5ca01450af8e1fa36223475c1eca829c57c8643393f96a087e9dd12b87a4d6aa6b1b394d70c
7
+ data.tar.gz: 46586aa7239fb08355337aad33ae96f72c871a6602b1d019c6d4986abd4d62620c4efd04ea49c447b5c9b5e8c598114e33ea36e84ce0981d4968e6619f3ae119
data/README.md CHANGED
@@ -63,7 +63,7 @@ Or install it yourself as:
63
63
 
64
64
  ## Contributing
65
65
 
66
- 1. Fork it ( http://github.com/<my-github-username>/delegate_id_to/fork )
66
+ 1. Fork it ( http://github.com/shipiev/delegate_id_to/fork )
67
67
  2. Create your feature branch (`git checkout -b my-new-feature`)
68
68
  3. Commit your changes (`git commit -am 'Add some feature'`)
69
69
  4. Push to the branch (`git push origin my-new-feature`)
@@ -1,3 +1,3 @@
1
1
  module DelegateIdTo
2
- VERSION = '0.0.2'
2
+ VERSION = '0.0.3'
3
3
  end
@@ -16,3 +16,5 @@ module DelegateIdTo
16
16
  end
17
17
  end
18
18
  end
19
+
20
+ ActiveRecord::Base.send(:include, DelegateIdTo) unless ActiveRecord::Base.included_modules.include? DelegateIdTo
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: delegate_id_to
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - shipiev