weak_headers 0.0.2 → 0.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ba587bac6b68e7eb6f21c8730d7b39197f2cd0b4
4
- data.tar.gz: b8f49692f7fe7b7fd3c0f9c3d50caec03a3ecbc0
3
+ metadata.gz: 1651962f418ca0a1bea9e5c84cd0db497a8e2ab9
4
+ data.tar.gz: 02f4ce0e5155c0387a836086b517952ec8875539
5
5
  SHA512:
6
- metadata.gz: eb390d490a82f40a2bdce9faefa7ad2745f3ea9006474e0ed9a556c32faad695f9048403efba5b61cbe6b0acb182bc5b78886498e04bda9e3051eb9e91bce0a1
7
- data.tar.gz: 8f4f05909a7cc81efd9995b972766ef22d7ba2f88caa04f0859f508f2c6d0d150cf2968b2bc8cbd7760282e68e3d9156172b125559ac6265b09470c3e8ec822f
6
+ metadata.gz: 30c117033056165c33a4fce06270e9d3eb6c132d2a96d0177944fedd4f81f38a945bec5276f36459940b4aa28598277434578e3957847f4cf58065c5be69e65f
7
+ data.tar.gz: 36a5b093d86fcf7282c0ac5cfbb786fc7b3796b36dcda35bd2b47e368bf4baa429981d81b6469b60a55c151a84ddd72637f86e8cf6e70bc4f13de4f67ec1ff9c
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 0.0.4
2
+ - Fix typo
3
+
1
4
  ## 0.0.2
2
5
  - Fix typo
3
6
 
@@ -1,3 +1,3 @@
1
1
  module WeakHeaders
2
- VERSION = '0.0.2'
2
+ VERSION = '0.0.4'
3
3
  end
data/weak_headers.gemspec CHANGED
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
8
8
  spec.authors = ['Tadayuki Onishi']
9
9
  spec.email = ['tt.tanishi100@gmail.com']
10
10
  spec.summary = 'Add a validation headers filter to your controller.'
11
- spec.homepage = 'https://github.com/kenchan0103/weak_headers'
11
+ spec.homepage = 'https://github.com/kenchan0130/weak_headers'
12
12
  spec.license = 'MIT'
13
13
 
14
14
  spec.files = `git ls-files`.split($/)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: weak_headers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tadayuki Onishi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-09-20 00:00:00.000000000 Z
11
+ date: 2015-09-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -75,7 +75,7 @@ files:
75
75
  - lib/weak_headers/version.rb
76
76
  - spec/spec_helper.rb
77
77
  - weak_headers.gemspec
78
- homepage: https://github.com/kenchan0103/weak_headers
78
+ homepage: https://github.com/kenchan0130/weak_headers
79
79
  licenses:
80
80
  - MIT
81
81
  metadata: {}