active_record_fix_integer_limit 0.1.2 → 0.1.4

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
  SHA256:
3
- metadata.gz: 935b81445cab3b81f4b34100aa455fc8944be22cf7a2c053cdf64bbab4938de0
4
- data.tar.gz: 860c0cb587002ca7500aa63cc684127808e0a1a45a8722dd01117d7d80aea5b2
3
+ metadata.gz: 4911f03873b81cca5e4674f17ea7ccee4741841ad2e619843444474ed950fa9a
4
+ data.tar.gz: af7cb53eb545fc9b5c807507eb7594d02b0c1276d9666d86fca0c0ab0b4f454d
5
5
  SHA512:
6
- metadata.gz: c5b0448a47cca85810c2b2b65e66b7491048b7ad96f6a2a9777ff766d4991760e6ffbe85d84426308e5e1824b4f126d7ef591f3e04ac9948f52560c88769dfd6
7
- data.tar.gz: 2557cbb32ca76c09eaa7cf99075735ba35505fd8704f442cb142ab867e02447d57583d487b63aa825703456c4825c51eeed3f0864c5442d8dbb0bc61d5dd4f1c
6
+ metadata.gz: 5733e5c28a0501f4a3c4348e7da07a749d0a085f04db9ba84a984382c79c0cfe072ab53dce96921394d0741b0d3a2be61518a1cf060913038649aa27b75829b3
7
+ data.tar.gz: 2dfcdac80f6d14572afff26a8c9477fda1cf1e24d367a83235045128b9cae34fa739cc66a32764fcf1ca14e7ac7b2a0ba07f86e7cbb71d2326f0a8e1fef8ca5c
data/CHANGELOG.md CHANGED
@@ -10,6 +10,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
10
 
11
11
  Nothing yet. Maybe open an issue?
12
12
 
13
+ ## [0.1.4] - 2018-09-18
14
+
15
+ No functionality change.
16
+
17
+ Now I know:
18
+ 1. Bump version
19
+ 2. run `bundle install` (now the `Gemfile.lock` is updated to the right version)
20
+ 3. commit changes
21
+ 4. `git push`
22
+ 5. run `bundle exec rake release`
23
+ 6. `git push --tags`
24
+
25
+ OK, that was to document my rubygems making discovery. Now I'll use branches to
26
+ make such experiments and not bother you with them. Yet this documentation might
27
+ become useful to people like me who are clueless and do not get gem tutorials
28
+ the first time.
29
+
30
+ ## [0.1.3] - 2018-09-18
31
+
32
+ No functionality change.
33
+
13
34
  ## [0.1.2] - 2018-09-18
14
35
 
15
36
  No functionality change.
@@ -42,7 +63,9 @@ No functionality change.
42
63
 
43
64
  [CHANGELOG.md]: ./CHANGELOG.md
44
65
  [LICENSE]: ./LICENSE
45
- [Unreleased]: /../compare/v0.1.2...HEAD
66
+ [Unreleased]: /../compare/v0.1.4...HEAD
67
+ [0.1.2]: /../compare/v0.1.3...v0.1.4
68
+ [0.1.2]: /../compare/v0.1.2...v0.1.3
46
69
  [0.1.2]: /../compare/v0.1.1...v0.1.2
47
70
  [0.1.1]: /../compare/v0.1.0...v0.1.1
48
71
  [activerecord-suppress_range_error]: https://github.com/kamipo/activerecord-suppress_range_error
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- active_record_fix_integer_limit (0.1.2)
4
+ active_record_fix_integer_limit (0.1.4)
5
5
  activerecord (>= 5.2.1)
6
6
 
7
7
  GEM
@@ -1,5 +1,5 @@
1
1
  module ActiveRecord
2
2
  module FixIntegerLimit
3
- VERSION = "0.1.2"
3
+ VERSION = "0.1.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_record_fix_integer_limit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - hellekin