rest_debug 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.
Files changed (5) hide show
  1. checksums.yaml +8 -8
  2. data/VERSION +1 -1
  3. data/bin/rest_debug +5 -0
  4. data/rest_debug.gemspec +3 -1
  5. metadata +4 -2
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- YTQ2ZWQ5MjdlZDczYjkyNjA4NDk5NmU0YWIyNGZlYWE4ZTk3YTI3OQ==
4
+ ZGUxYzhiZTE0NDU2MWYyM2RhOGZjOWNkZWIxZTljZmM0NWFmOWIxMg==
5
5
  data.tar.gz: !binary |-
6
- OGIyZDY3MTM2MmE4OTEwYjQzODg0NmE4OTlmNDljZTM2YjA0YzQ2MA==
6
+ ZjA5OGQ1MTdiOTE1ZWQxNjg4YzI1OGM3OGI4Y2QwYzNiMDIxZDg3NA==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- Mjc4MGUzZmQ0MjY4NWE1NjQ4ODJhOGFiNTNiNzBlZDM1MmRhNmFkMzJkYWM4
10
- MmNhMmY3NmJmMTdlZWY4MWZlZDgzZTA5ZTMxY2M1MTYzZGQyNjQ3NDA2ZDdh
11
- YTI1N2E4N2U4YTRiODM4MzliYjEwMzJlMmYwMGFhYTNmNjk5YWE=
9
+ OGM4NThmM2I5YjQ3MjYyOGNkOWM3MzAzNmZiOWNlNzViNGJjMDViM2M3MWJl
10
+ OTI4ODBmYmMyNjBkZDkyMjQ1YTBhNDMwZTBlOGVhZDU2ZmVkNjAxNWJhZmJj
11
+ MmVkOWRiNGU1ZGY2Y2ViYmQ4ZTA4ZDFlM2Q3NzdjNjVlODEwMTg=
12
12
  data.tar.gz: !binary |-
13
- ZjA5YjM3MDk1NjU1MWMyOTMyZDc4NmI0MTJjMGQ3ZGFkYWM1ZGI0NjllY2Vk
14
- ZWQ0NGNiNjNjODM2ZmNjZTBlNTI1NTYwZWQ4YjcxOTNkYzhjYmYxMDk4NjQz
15
- OWU5OWEyMjk1ZTYwZDY1ZTExYjI4ZTQ2MWVkYTQ4NzgxMzY5MjI=
13
+ YjEzMDQ4ZTgzZjkzMWZkYzUwN2Y5MjJiZmI4MjI5MTAxNDFlZGU2NDU4YjA0
14
+ NDliNzQ5M2E5MTYxYzM4NDExNjdhZjNlMWMxZDY1MjFlMDI0YjJjMGRkMGRm
15
+ NzU1MmI3OTBlMmU5NTVhZTVjNzgzODk2MjVlNGNiOThkNjk2YmU=
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.1
1
+ 0.0.2
data/bin/rest_debug ADDED
@@ -0,0 +1,5 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ file = File.dirname(__FILE__) + "/../lib/rest_debug/web/web.rb"
4
+ port = ARGV[1] || '7000'
5
+ exec "ruby #{file} -p #{port}"
data/rest_debug.gemspec CHANGED
@@ -5,13 +5,14 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "rest_debug"
8
- s.version = "0.0.1"
8
+ s.version = "0.0.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Mike Harris"]
12
12
  s.date = "2014-02-12"
13
13
  s.description = "rest_debug"
14
14
  s.email = "mharris717@gmail.com"
15
+ s.executables = ["rest_debug"]
15
16
  s.extra_rdoc_files = [
16
17
  "LICENSE.txt",
17
18
  "README.rdoc"
@@ -25,6 +26,7 @@ Gem::Specification.new do |s|
25
26
  "README.rdoc",
26
27
  "Rakefile",
27
28
  "VERSION",
29
+ "bin/rest_debug",
28
30
  "lib/rest_debug.rb",
29
31
  "lib/rest_debug/client.rb",
30
32
  "lib/rest_debug/ext.rb",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rest_debug
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
  - Mike Harris
@@ -110,7 +110,8 @@ dependencies:
110
110
  version: 1.8.7
111
111
  description: rest_debug
112
112
  email: mharris717@gmail.com
113
- executables: []
113
+ executables:
114
+ - rest_debug
114
115
  extensions: []
115
116
  extra_rdoc_files:
116
117
  - LICENSE.txt
@@ -124,6 +125,7 @@ files:
124
125
  - README.rdoc
125
126
  - Rakefile
126
127
  - VERSION
128
+ - bin/rest_debug
127
129
  - lib/rest_debug.rb
128
130
  - lib/rest_debug/client.rb
129
131
  - lib/rest_debug/ext.rb