auto_increment 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0439d87a127d0cb45c1592caac145430c05dbc59
4
- data.tar.gz: 50e0088319d2961b17516b52f7754af6c2f4a427
3
+ metadata.gz: a36a39a264726b9982a4d095c35fea157c26f5c7
4
+ data.tar.gz: e9b05d63b7f60324d93d629ebeb6918570587c9a
5
5
  SHA512:
6
- metadata.gz: 01a2efcda6def8029290507fb47a4c32f3955e8240b7d43c81b17e6f44ab41b848aac306dffa37c0059cd4c547e98bd38a39dff97ed68917fa1e93ec282df384
7
- data.tar.gz: d80e3f47ec2fafe1b0f337dba037d4269d2074d9d7a0e26884bf4370c0472c1a0791e89be0f6866a367053d1bde4e4799d56b1c6e9b60a93c5d36230f42a1128
6
+ metadata.gz: c570534697d6be0655f3f5c2e1206438fdee3324474e60bd9420c819225b68767694c34eaea809a41460a8b8130257a525ed5a651fb9437a832f26253d577849
7
+ data.tar.gz: fd281c2cf3c6f083aa3eb9f7851b7d30e4e4d7f2e2b05b27038bce56f748b14b4b9a3c1a38ea4692408787e4225661758a582b92b905f5ad90fa629a0eeefe1b
@@ -0,0 +1,22 @@
1
+ Copyright (c) 2014 Felipe Diesel
2
+
3
+ MIT License
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining
6
+ a copy of this software and associated documentation files (the
7
+ "Software"), to deal in the Software without restriction, including
8
+ without limitation the rights to use, copy, modify, merge, publish,
9
+ distribute, sublicense, and/or sell copies of the Software, and to
10
+ permit persons to whom the Software is furnished to do so, subject to
11
+ the following conditions:
12
+
13
+ The above copyright notice and this permission notice shall be
14
+ included in all copies or substantial portions of the Software.
15
+
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -9,6 +9,3 @@ module AutoIncrement
9
9
  end
10
10
  end
11
11
  end
12
-
13
- # Extend ActiveRecord's functionality
14
- ActiveRecord::Base.send :extend, AutoIncrement
@@ -1,3 +1,3 @@
1
1
  module AutoIncrement
2
- VERSION = "1.1.0"
2
+ VERSION = "1.1.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: auto_increment
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Felipe Diesel
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-26 00:00:00.000000000 Z
11
+ date: 2015-05-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord
@@ -177,6 +177,7 @@ files:
177
177
  - .travis.yml
178
178
  - Gemfile
179
179
  - Guardfile
180
+ - LICENSE.txt
180
181
  - README.md
181
182
  - Rakefile
182
183
  - auto_increment.gemspec
@@ -210,7 +211,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
210
211
  version: '0'
211
212
  requirements: []
212
213
  rubyforge_project: auto_increment
213
- rubygems_version: 2.4.4
214
+ rubygems_version: 2.4.6
214
215
  signing_key:
215
216
  specification_version: 4
216
217
  summary: Auto increment a string or integer field