revue 1.0.1 → 1.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.
- data/lib/revue.rb +1 -1
- metadata +18 -1
data/lib/revue.rb
CHANGED
|
@@ -7,7 +7,7 @@ URL = "#{PROTOCOL}://revue.io"
|
|
|
7
7
|
PATH = "/api/v1"
|
|
8
8
|
|
|
9
9
|
opts = Trollop::options do
|
|
10
|
-
version "revue 1.0.
|
|
10
|
+
version "revue 1.0.2 (c) 2013 Matthew Williams"
|
|
11
11
|
banner <<-EOS
|
|
12
12
|
revue is a tool for creating code reviews from a diff file.
|
|
13
13
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: revue
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -43,6 +43,22 @@ dependencies:
|
|
|
43
43
|
- - ~>
|
|
44
44
|
- !ruby/object:Gem::Version
|
|
45
45
|
version: '2.0'
|
|
46
|
+
- !ruby/object:Gem::Dependency
|
|
47
|
+
name: json
|
|
48
|
+
requirement: !ruby/object:Gem::Requirement
|
|
49
|
+
none: false
|
|
50
|
+
requirements:
|
|
51
|
+
- - ! '>='
|
|
52
|
+
- !ruby/object:Gem::Version
|
|
53
|
+
version: '0'
|
|
54
|
+
type: :runtime
|
|
55
|
+
prerelease: false
|
|
56
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
57
|
+
none: false
|
|
58
|
+
requirements:
|
|
59
|
+
- - ! '>='
|
|
60
|
+
- !ruby/object:Gem::Version
|
|
61
|
+
version: '0'
|
|
46
62
|
description: A gem for creating and fetching code reviews via the revue.io website
|
|
47
63
|
email: m.williams@me.com
|
|
48
64
|
executables:
|
|
@@ -77,3 +93,4 @@ signing_key:
|
|
|
77
93
|
specification_version: 3
|
|
78
94
|
summary: Command line tool for accessing http://revue.io
|
|
79
95
|
test_files: []
|
|
96
|
+
has_rdoc:
|