acts_as_having_string_id 0.2.3 → 0.2.4
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 +4 -4
- data/README.md +1 -1
- data/lib/acts_as_having_string_id/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f26ffe38133903a0691d38575ad8c5d84ca1a845
|
|
4
|
+
data.tar.gz: 450a84864fa87a8114a475956f3381154f760065
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 54cde4b0d3acea4a4154d541148fa458c61fd2ddd9cec4a1a1eb8225857eef13378b2646020dcb8cb98c8226012c25757ff6662163becc7be36f777c5bf3d05c
|
|
7
|
+
data.tar.gz: b105eead172455243a6ee488f3d4dcdce9ed5b4ea8c41bb6f4d40ef85318aed0720a904df373d62f9bdf9c9961dff8c42233c683f57f983de3016ecb3406f45a
|
data/README.md
CHANGED
|
@@ -131,7 +131,7 @@ $ gem install acts_as_having_string_id
|
|
|
131
131
|
```
|
|
132
132
|
|
|
133
133
|
## Contributing
|
|
134
|
-
To contribute, fork and clone the repo, edit the code. Add tests, run them using
|
|
134
|
+
To contribute, fork and clone the repo, edit the code (don't change the version number of the gem). Add tests, run them using
|
|
135
135
|
|
|
136
136
|
bin/test
|
|
137
137
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: acts_as_having_string_id
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Magnus Hult
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2017-03-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -16,7 +16,7 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 5.0
|
|
19
|
+
version: '5.0'
|
|
20
20
|
- - ">="
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
22
|
version: 5.0.0.1
|
|
@@ -26,7 +26,7 @@ dependencies:
|
|
|
26
26
|
requirements:
|
|
27
27
|
- - "~>"
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
|
-
version: 5.0
|
|
29
|
+
version: '5.0'
|
|
30
30
|
- - ">="
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
32
|
version: 5.0.0.1
|