rack-ip_address_restriction 0.1.0 → 0.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: a6b4729f793969057737ee297d919565300a2c8e
4
- data.tar.gz: efa1b52bc8caad25404cb1b1ab520214f5cac461
3
+ metadata.gz: 83fe23929baf0405eedca05c5eafbcaadb1d6f72
4
+ data.tar.gz: 2268c390a435bc3f4161bc2cf4507db3eb1553e1
5
5
  SHA512:
6
- metadata.gz: 095cf3f21059a7b199ae0cbd3a997bf94a93d27589cdb516d7a16f555672c57cbbba0b9936ecf4d0769929033d6d35637a52ee59867543e52230a83a7cd03c0d
7
- data.tar.gz: 812f4e63ccf7ab33c9b7306198cbe90d4829cab4cbdcc1f87bf08692e95f7873765b8e7fd59a7a51f839a03a45b6e50796e93ab8d349533793087f37e30a1260
6
+ metadata.gz: df8cbd83b7d2dcdf201cc858e182ecc9bc4ecb8f408c34796454e4a9ea52a44f6e4c42f401beb81b183f267b4e044d52b4eaa02629cfca60924feb9913cc8e60
7
+ data.tar.gz: 2681c08451856fb67ec37c01c5e302b2a67d78ec97172942d09e8628067567651437e5bd6d03e3bd739002023f12c7264074f5127e36e1faea9a8c2f021bd581
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2016 koshigoe
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
data/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Rack::IpAddressRestriction
2
2
 
3
+ [![Build Status](https://travis-ci.org/koshigoe/rack-ip_address_restriction.svg?branch=master)](https://travis-ci.org/koshigoe/rack-ip_address_restriction)
4
+
3
5
  ## Installation
4
6
 
5
7
  Add this line to your application's Gemfile:
@@ -1,5 +1,5 @@
1
1
  module Rack
2
2
  class IpAddressRestriction
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rack-ip_address_restriction
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
  - koshigoe
@@ -91,6 +91,7 @@ files:
91
91
  - ".rspec"
92
92
  - ".travis.yml"
93
93
  - Gemfile
94
+ - LICENSE
94
95
  - README.md
95
96
  - Rakefile
96
97
  - bin/console