rest_shifter 0.0.25 → 0.0.26

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: bcfeac378d6283957aa13e0741864fecfba830ea
4
- data.tar.gz: ca958fb8a527a5f1613b3b059cc4a7831b64f1b5
3
+ metadata.gz: 46058c0143f1f92461d483617da6a497dee3e3cb
4
+ data.tar.gz: 4808d296f0c6346d339fcb22ac938eb4d0a1caf9
5
5
  SHA512:
6
- metadata.gz: 043d1d2526447552cfd7377312d95caa454bf4660ab0abcc5f0fcb3df408b6c7ed351d65b62104b99ea352d62b5a608cbf7021ee282672080c9397c6c0886f98
7
- data.tar.gz: b196c806b2a57d8e5f0fbf3641d6d761050ddd5ed99cecb741b1caabed96df9e4ad24c4072673ff825c44b91daf22080922ca35b9ead07ae0fbff109d6ae1fc3
6
+ metadata.gz: f9db42ab9903822be059b7b7e369f51211cab0dfa4efff46a031cf9bf5734cc9fbef3fd34a0cb259236d19846e299d099ba745cf81991d233ff5b11d07195268
7
+ data.tar.gz: 729de0ffa92178971dc0ff27789aebdbbef8fbb0a54da2ee9a3d64732ddd1bd471db87ded9651cb23ab5a20890ab3f2b2f6c1a8c124937bd2b9a4ed160f21b10
data/.travis.yml CHANGED
@@ -1,3 +1,4 @@
1
+ sudo: false
1
2
  language: ruby
2
3
  rvm:
3
4
  - 1.9.3
data/Dockerfile ADDED
@@ -0,0 +1,4 @@
1
+ FROM ruby
2
+
3
+ RUN gem install rest_shifter
4
+ ENTRYPOINT ["rest_shifter"]
data/README.md CHANGED
@@ -96,6 +96,21 @@ Whatever you change in the file will change in the service as soon as you restar
96
96
 
97
97
  Enjoy
98
98
 
99
+ Using with Docker <3
100
+ -----------------------
101
+
102
+ When using with docker you don't need to add either ruby or the gem itself to your filesystem, you just need to have docker running in your computer.
103
+
104
+ $ docker pull camiloribeiro/rest_shifter:latest
105
+ $ docker run -it -v $PWD/spec/flavors:/root/.rest_shifter/flavors -p 8080:8080 camiloribeiro/rest_shifter -s
106
+
107
+ Access http://192.168.59.103:8080/hello_world
108
+ It should return a 200 ok response status with the json:
109
+
110
+ $ { "hello_world" : "Your service is working fine. :D" }
111
+
112
+ Replace the spec/flavors for a directory where you have your flavor files as described in this document. The container uses rest_shifter as endpoint, so if you want to start in SSL mode, just use -S instead. All the other parameters also work with the docker container entrypoint.
113
+
99
114
  Developing
100
115
  ----------
101
116
  To develop `RestShifter`, you are going to need [Bundler][1]
@@ -0,0 +1,18 @@
1
+ -----BEGIN CERTIFICATE-----
2
+ MIIC+zCCAeOgAwIBAgIJAPSH6k3GsSNeMA0GCSqGSIb3DQEBBQUAMBQxEjAQBgNV
3
+ BAMMCWxvY2FsaG9zdDAeFw0xNTA3MDcxNDQxMDNaFw0yNTA3MDQxNDQxMDNaMBQx
4
+ EjAQBgNVBAMMCWxvY2FsaG9zdDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoC
5
+ ggEBAM22832AMf4mfCH9UcBxQqKqROch2529/GZz7aHnDdRxn7UaDoNmvNIERGw6
6
+ ES/vtyeUhfSZQ3KG88BHn+hQsrcm7DVLfZ0g+SoR57flg9NLBQwBpmHtG6yXwdkD
7
+ 2odJ9JwdH18UXi30839uPMNHa4kc0upolK4t3CqagM3qGZoUTf5s3Ya28hWK5ZZp
8
+ /2VIbS619P2Hq7owfxZVI8KDhQO4DewN4SFQfY9+VvLhjwujG/8j0jSBR6RQpI0I
9
+ 0i0NKAFsPdkfhDVdP2vmnN8Ia6ehLadZf+kChD7Y2tC2pNe3j72qWiET0LMbRa1P
10
+ 6uruYiIErY4o5PxPQWRdHi9EY1ECAwEAAaNQME4wHQYDVR0OBBYEFLdeY5ZqlF42
11
+ bsSZf7Rs6WR/EOy6MB8GA1UdIwQYMBaAFLdeY5ZqlF42bsSZf7Rs6WR/EOy6MAwG
12
+ A1UdEwQFMAMBAf8wDQYJKoZIhvcNAQEFBQADggEBAKfo8UuzpgHGq6lY+OD3qIne
13
+ ty/79hyX85mHRH+gS7Jrz8MGx7FA0EwzRdvgcYmNjhGgzOaaleEYxgb6jpEoqsR0
14
+ 9BE8pYXKDpVYu4JIXbOfoRSjmfh3Rl/bNO+6sgbL+ODPVZuE/4ujGwo9EOT1P6e7
15
+ QzFzdOYAacCXuuBDsb3z8aOiE8kYX60smNFTY612W+g9doumuqivcnU/ctidjpPa
16
+ MMw2WktZXAV7riW7iv8Gh/iuPIdYEQcSzlJQZUrMqORImnN/x0LyIFNDkY0harFT
17
+ iZ8hhKWWE6auD7FhojgeiHVYHi0oJBa5x1yrZf0m2yjf5PI0Efa4CG+5QZqk3LA=
18
+ -----END CERTIFICATE-----
@@ -0,0 +1,27 @@
1
+ -----BEGIN RSA PRIVATE KEY-----
2
+ MIIEowIBAAKCAQEAzbbzfYAx/iZ8If1RwHFCoqpE5yHbnb38ZnPtoecN1HGftRoO
3
+ g2a80gREbDoRL++3J5SF9JlDcobzwEef6FCytybsNUt9nSD5KhHnt+WD00sFDAGm
4
+ Ye0brJfB2QPah0n0nB0fXxReLfTzf248w0driRzS6miUri3cKpqAzeoZmhRN/mzd
5
+ hrbyFYrllmn/ZUhtLrX0/YerujB/FlUjwoOFA7gN7A3hIVB9j35W8uGPC6Mb/yPS
6
+ NIFHpFCkjQjSLQ0oAWw92R+ENV0/a+ac3whrp6Etp1l/6QKEPtja0Lak17ePvapa
7
+ IRPQsxtFrU/q6u5iIgStjijk/E9BZF0eL0RjUQIDAQABAoIBAB8Zra4nl2dJAjNR
8
+ TO6/MMfO3iPjZoRumJ4UoLR9bgXUN8T1b4RGH/3QT1fdX4PTxejh926HTT8fT/Kd
9
+ 4XsJ2DsAU22rQA5lUcYedt3CgS+Mg/LQvQrJAgoR12irwHn7oFOJw5hoR+TCx51Y
10
+ WS9cuNE93lU6AmBi5oo6WYbIAZ7ddWQqShom4x7mBHnBTkfml/YtNnB/1VR4nyM7
11
+ KPNF6IaFqjA0QK9LvuxnJPHU/5Z7qWK5aeuBDKXpju6NGCvU8hVZednf+94Kvlg3
12
+ qFQziUwq6TqwmiYj2mtMQeugclHtMcGpPNiQo9zZeACSxVXhkYyIx4G9sQ9sJkYq
13
+ +8bmCpECgYEA9/7WbJqmjLLRW4RTm66Dnw/tRrhmszETjWDo7OWfiLIMi+5x5e9q
14
+ fuBbdpyvsaH+GAnQvM+BOxgyEQU773ShMj4jwi1a+rmGUww7CpYpcFqiNUbgtbMt
15
+ 5V1GTHEpPuSy3mbpP3M4IkcY4a/RozhYs46c0EqeeH7cmMNYHhERK0sCgYEA1FrA
16
+ V8vlePnlyidvX6bu+dFYAy4gTbBWAQInK9hE7xQ5FH5suhh2hnu3qqwh6YSjd/Wq
17
+ ZfwFurhmYiA9/AR1havVeWn9O0xVhKLmXSp9RsEoK83ff7oRYGA2IQfz+a3+FiKx
18
+ BSK1ox5BTyn3QStuHQDlvptbowfNqr1OH2J3zlMCgYEAgYBrGpV7qXdrij3Ep0Rv
19
+ aS2Y+1gqESLskeRsXeDe+TP5B02B3s+yLgUc3gieWsU7+fOONDqrwl81Ldws2zNt
20
+ Rd5bL/gdTVZ6RX3aiwG1K/24PNgBWgDyU5bssdhZ8ITevvLAlKinRIcaACie8Xvo
21
+ HgO38bE1pbihm4hOyIyjCZcCgYAZ5ILlcagmSxo4vvw2ho1HCr6XjK1Fq8Wg09lg
22
+ 4Drvh+C53fx16HuzRCyN8/UimxivjNXdH5C3Rrq9Jj9IlmaaCOy7pC/LZjBbPt2l
23
+ 6INj+DNku/KPiWmK/dA70NNv00ZS/qHlBWluXUcLVwud96SyhqR8zEatJ0ttkS2Q
24
+ aBpBnwKBgC5+gNpoF/c0tgwhZUPclug5V2oskEMiVdajrL4WwFGfhEL2kUljJiwl
25
+ Q4RzyxDnaib+weSb9hYmhWL9CLkHVGfBrqVpIvaIhdTuXbrMqsyyXO5GHiowxS/v
26
+ TC2Ym35mDeNQE5mv7Z8jsWxrWLY6ITvb91gzR3pDVPOPb8VxzPnq
27
+ -----END RSA PRIVATE KEY-----
@@ -0,0 +1,5 @@
1
+ These files were generated using the website http://www.selfsignedcertificate.com/
2
+
3
+ They are self-signed certificates and are here only for a matter of making it easier to start a ssl service using this.
4
+
5
+ Don't worry :)
@@ -13,7 +13,7 @@ class RestShifter::Commands::Start
13
13
  prepare_server
14
14
  Shifter.use Rack::SSL
15
15
  Shifter.set :bind, '0.0.0.0'
16
- Shifter.run_ssl! port.to_i, File.join(File.dirname(__FILE__), "../../fake_certs/localhost.cert"), File.join(File.dirname(__FILE__), "../../fake_certs/localhost.key")
16
+ Shifter.run_ssl! port.to_i, File.join(File.dirname(__FILE__), "fake_certs/localhost.cert"), File.join(File.dirname(__FILE__), "fake_certs/localhost.key")
17
17
  end
18
18
 
19
19
  def run_secure(args=ARGV)
@@ -1,3 +1,3 @@
1
1
  module RestShifter
2
- VERSION = "0.0.25"
2
+ VERSION = "0.0.26"
3
3
  end
@@ -0,0 +1,10 @@
1
+ ## ! ~/.rest_shifter/flavors/hello_world.flavor
2
+ method_used = "get"
3
+ path = "/hello_world"
4
+ request_accept = ""
5
+ request_content_type = ""
6
+ response_sleep = 0
7
+ response_status = "200"
8
+ response_body = { "hello_world" : "Your service is working fine. :D" }
9
+ response_content_type = "application/json"
10
+ response_location = ""
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rest_shifter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.25
4
+ version: 0.0.26
5
5
  platform: ruby
6
6
  authors:
7
7
  - Camilo Ribeiro
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-07 00:00:00.000000000 Z
11
+ date: 2015-09-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: codeclimate-test-reporter
@@ -177,6 +177,7 @@ files:
177
177
  - .ruby-version
178
178
  - .travis.yml
179
179
  - CHANGES
180
+ - Dockerfile
180
181
  - Gemfile
181
182
  - LICENSE
182
183
  - README.md
@@ -198,6 +199,9 @@ files:
198
199
  - lib/rest_shifter.rb
199
200
  - lib/rest_shifter/commands.rb
200
201
  - lib/rest_shifter/commands/create.rb
202
+ - lib/rest_shifter/commands/fake_certs/localhost.cert
203
+ - lib/rest_shifter/commands/fake_certs/localhost.key
204
+ - lib/rest_shifter/commands/fake_certs/readme
201
205
  - lib/rest_shifter/commands/help.rb
202
206
  - lib/rest_shifter/commands/main.rb
203
207
  - lib/rest_shifter/commands/start.rb
@@ -206,6 +210,7 @@ files:
206
210
  - lib/rest_shifter/ssl_helper.rb
207
211
  - lib/rest_shifter/version.rb
208
212
  - rest_shifter.gemspec
213
+ - spec/flavors/helloworld.flavor
209
214
  - spec/flavors/location_get.flavor
210
215
  - spec/flavors/location_post.flavor
211
216
  - spec/flavors/nocontenttype.flavor
@@ -246,6 +251,7 @@ signing_key:
246
251
  specification_version: 4
247
252
  summary: Simple Rest Mock service
248
253
  test_files:
254
+ - spec/flavors/helloworld.flavor
249
255
  - spec/flavors/location_get.flavor
250
256
  - spec/flavors/location_post.flavor
251
257
  - spec/flavors/nocontenttype.flavor