volley 0.1.14 → 0.1.15
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/CHANGELOG.md +3 -0
- data/lib/volley/descriptor.rb +1 -1
- data/lib/volley/version.rb +1 -1
- data/spec/descriptor_spec.rb +1 -0
- metadata +3 -3
data/CHANGELOG.md
CHANGED
data/lib/volley/descriptor.rb
CHANGED
data/lib/volley/version.rb
CHANGED
data/spec/descriptor_spec.rb
CHANGED
@@ -16,6 +16,7 @@ describe Volley::Descriptor do
|
|
16
16
|
].each do |a|
|
17
17
|
(desc, project, branch, version) = a
|
18
18
|
it "should handle format: '#{desc}'" do
|
19
|
+
expect(Volley::Descriptor.valid?(desc)).to be(true)
|
19
20
|
d = Volley::Descriptor.new(desc)
|
20
21
|
expect(d).not_to be(nil)
|
21
22
|
expect(d.project).to eq(project)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: volley
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.15
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -215,7 +215,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
215
215
|
version: '0'
|
216
216
|
segments:
|
217
217
|
- 0
|
218
|
-
hash:
|
218
|
+
hash: -1870677156941386299
|
219
219
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
220
220
|
none: false
|
221
221
|
requirements:
|
@@ -224,7 +224,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
224
224
|
version: '0'
|
225
225
|
segments:
|
226
226
|
- 0
|
227
|
-
hash:
|
227
|
+
hash: -1870677156941386299
|
228
228
|
requirements: []
|
229
229
|
rubyforge_project:
|
230
230
|
rubygems_version: 1.8.24
|