rest_shifter 0.0.20 → 0.0.21

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: d941af609acd94900762bc6fc43f3f3dd0b50e5b
4
- data.tar.gz: 23f59b7d46622d37ddf9ed41208d0de00afc165c
3
+ metadata.gz: 29db4962f990d5e07a04cc2f38baeccbab533323
4
+ data.tar.gz: 2e2bccf67152a25f8e0bc3fbb87a5b859c50a87d
5
5
  SHA512:
6
- metadata.gz: e3ca25d8fc41ada3c34a73f0b7f734db11e212cbeea37ecf01540914ab68a5554886a9b91f3b5e8d514dc4b8581e7c6b77b030a78bd5b484cba4acb29535aa67
7
- data.tar.gz: 8059ccedb4a0c29a5bc31d1950395a5bf2fc2233fadf8961c9442d95db1908c5bdbe3082ff930beb19b9271791d6da64ce80c44eb97e6c3fc20567020145b815
6
+ metadata.gz: 9bb60173eb93770da64a26449d2c1a68267223a25db041238c24a20c8cbed15745497c5ba52973c41c1742fd9fb670758a3ac26773c2a57141712ad7d9eb937c
7
+ data.tar.gz: 95c0e75d7bbf9efd18c947634e60b62ed75a77b49b7a09c0a745f96e860a29a23bd4f317c3deff4c2aca0632fb8992621027c711045bac93aebba66d7e150db0
data/CHANGES CHANGED
@@ -1,4 +1,8 @@
1
1
 
2
+ ** 0.0.21
3
+ - Bugfix
4
+ -- Adding bind to shifter class
5
+
2
6
  ** 0.0.20
3
7
  - Bugfix
4
8
  -- Bind should be captalized. It shoul fix the ssl service to be available out of localhost
@@ -15,6 +15,7 @@ class RestShifter::Commands::Start
15
15
 
16
16
  prepare_server
17
17
  Shifter.use Rack::SSL
18
+ Shifter.set :bind, '0.0.0.0'
18
19
  Shifter.run_ssl! port, crt, key
19
20
  end
20
21
 
@@ -1,3 +1,3 @@
1
1
  module RestShifter
2
- VERSION = "0.0.20"
2
+ VERSION = "0.0.21"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rest_shifter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.20
4
+ version: 0.0.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - Camilo Ribeiro