rails_kwargs_testing 0.1.0 → 0.1.1

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: 6963ead74447c7ad715bd25576a8819f265ce1fe
4
- data.tar.gz: '0280bb0894142181e7672d8f3caed92a8c67bc76'
3
+ metadata.gz: 7e2c15909ec85b17d1eb66d81caf578d5a0fec79
4
+ data.tar.gz: 7963db1e71557125cdfa1819e6177729f0b28347
5
5
  SHA512:
6
- metadata.gz: b4e04cf893a2a68c673ad6379943daaf3fbbc426273fc114f9040b2e7c91ba7dda64bc1c17e5ae3fc538c5b12cab9d59433d8984072c969ce0a68e9ef2182645
7
- data.tar.gz: c771205e39785cb0d3a22c8f83aa1373b233a1df1ba62129537d8ff1f2bc343d251c3ebfe0cbe021174ad72f1f7ef3ec470ff8d9e93161ec5d122b5715516746
6
+ metadata.gz: a9d4f952dfee4b64f0c4af40f6c89b1f1659e4392eff588508d32187a44d76e635d4e0c3f1aa34f916bcc4b3de9ee5983c78c52b407648c538710fc7328f35dc
7
+ data.tar.gz: e717653097d7f3727504536140dfe6403d827d019bb25e02c4b8a3e31d95704274c6c08148e61001c03a8019010e95c18101354c4c8fb4aae9b8909dc151e82e
data/CHANGELOG.md ADDED
@@ -0,0 +1,7 @@
1
+ ## v0.1.1
2
+
3
+ - Fix bug: remove non-existent `#head_via_redirect` method
4
+
5
+ ## v0.1.0
6
+
7
+ - 1st release
@@ -8,7 +8,6 @@ module RailsKwargsTesting
8
8
  post
9
9
  put
10
10
  get_via_redirect
11
- head_via_redirect
12
11
  patch_via_redirect
13
12
  post_via_redirect
14
13
  put_via_redirect
@@ -1,3 +1,3 @@
1
1
  module RailsKwargsTesting
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_kwargs_testing
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - r7kamura
@@ -75,6 +75,7 @@ extra_rdoc_files: []
75
75
  files:
76
76
  - ".gitignore"
77
77
  - ".travis.yml"
78
+ - CHANGELOG.md
78
79
  - Gemfile
79
80
  - Gemfile.lock
80
81
  - LICENSE.txt