www-redirect 0.0.1 → 0.0.2

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: b2692a49a9eb0a553d2a01ef1c6aaff3720c6c9b
4
- data.tar.gz: 30c39867db0fbc6acd1d251f4272e6347167de5e
3
+ metadata.gz: 0decf2ff52dd2481a0eabb8a6b2e0ef71f6ec7bf
4
+ data.tar.gz: be507d45bd23e349c9099361dea3fd24f173c16d
5
5
  SHA512:
6
- metadata.gz: 2987cbcaa0a3bda311a645bcef0d160e684441faded34a73e0c9ab6889afd3bc0c2838e197483466fc0b88c8cafa73729a12671f101c5b3217dfc2ab98696c47
7
- data.tar.gz: 163bb443721c84b9e8155d04d9a531f52538d9bb8cb0077e75ccd83923f67951ded2a65aca69cafcc682e6513ca107fb2d5db8e329b0d0b6938890b5512ef09d
6
+ metadata.gz: ce0cfc6fedde2403211efdb4f4cf8dbd0999c5db6a0bce2abdebeca477d427a4893701ef4940682222dd4b3e851776c0f93abab52c949eed641f63f22c85063c
7
+ data.tar.gz: d1741376bc4a34fe52a5d7a2cb14cb860ea5815e6a5b6323e7bcc1502348ecf922eff43c4bc467a933bc582568e9f3305d8082fe5714356584bd48076b8e5b7e
data/README.md CHANGED
@@ -5,6 +5,4 @@ Redirect to non www url, so from `www.example.com` to `example.com`
5
5
 
6
6
  Installation
7
7
  -------
8
- gem 'www-redirect', git: 'https://github.com/kubenstein/www-redirect'
9
-
10
- (soon I'll push the gem to rubygems)
8
+ gem 'www-redirect'
@@ -1,3 +1,3 @@
1
1
  module WwwRedirect
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: www-redirect
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - kubenstein