force_domain 0.0.2 → 0.0.3

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: 797effcc595888f154d287ab3cf9fc1cba02373d
4
- data.tar.gz: cafe4463bc84647ea8db7a26fcdb686b2836ee4f
3
+ metadata.gz: 5953eb2af4084341c8ed5ede682fc2d1ce4a2ccd
4
+ data.tar.gz: c0acdadafe4b54fb4ecf13d2c35d0a2b27e35f4a
5
5
  SHA512:
6
- metadata.gz: 3e8ed4ff1337ca70ef5f6748366a6db3a29d638eaaf55143a3324a91b69d0d01839d3bd9386cefb9eec21397ef48fea3b568af3e15bb9900ab848ffbcb864f2e
7
- data.tar.gz: 5df4514f9c44297332ff93e409b0ffcc701542ef30d4121bb8b0e7e3f7f8c25e9d548a7f00c8d603d4606d315137e6f1c6ca0250c4bb7d663f95a90a3ba64038
6
+ metadata.gz: 74d9946c4c03c7075571f2f216f8e506c503c3185726ff25831819da2b6ff87eba541edb078fa665be295028a7c977df364f6f2ef548699aeff061019aa8b76f
7
+ data.tar.gz: b629dae8597ad675c4a900ef95ed2a8d64baec43f05984d9d3e7af4c12d44a59f949ce7a2c4b2b4b9909c6690dc6609a84d18e55799f78e5716186eb856ae418
data/README.md CHANGED
@@ -40,7 +40,7 @@ All requests made to website.herokuapp.com will now 301 redirect to www.website.
40
40
 
41
41
  ## Contributing
42
42
 
43
- 1. Fork it ( https://github.com/[my-github-username]/force_domain/fork )
43
+ 1. Fork it ( https://github.com/askehansen/force_domain/fork )
44
44
  2. Create your feature branch (`git checkout -b my-new-feature`)
45
45
  3. Commit your changes (`git commit -am 'Add some feature'`)
46
46
  4. Push to the branch (`git push origin my-new-feature`)
@@ -1,7 +1,7 @@
1
1
  module ForceDomain
2
2
  class Railtie < Rails::Railtie
3
3
  initializer "force_domain.configure_rails_initialization" do
4
- Rails.application.middleware.use ForceDomain::Middleware
4
+ Rails.application.middleware.insert_before 0, ForceDomain::Middleware
5
5
  end
6
6
  end
7
7
  end
@@ -1,3 +1,3 @@
1
1
  module ForceDomain
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: force_domain
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aske Hansen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-01 00:00:00.000000000 Z
11
+ date: 2016-06-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -76,7 +76,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
76
76
  version: '0'
77
77
  requirements: []
78
78
  rubyforge_project:
79
- rubygems_version: 2.4.1
79
+ rubygems_version: 2.5.1
80
80
  signing_key:
81
81
  specification_version: 4
82
82
  summary: Rack middleware for forcing domain