wally 0.0.43 → 0.0.44
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/wally/version.rb +1 -1
- data/wally.gemspec +3 -3
- metadata +5 -5
data/lib/wally/version.rb
CHANGED
data/wally.gemspec
CHANGED
|
@@ -7,9 +7,9 @@ Gem::Specification.new do |s|
|
|
|
7
7
|
s.version = Wally::VERSION
|
|
8
8
|
s.authors = ["Andrew Vos"]
|
|
9
9
|
s.email = ["andrew.vos@gmail.com"]
|
|
10
|
-
s.homepage = ""
|
|
11
|
-
s.summary = %q{}
|
|
12
|
-
s.description = %q{}
|
|
10
|
+
s.homepage = "https://github.com/BBC-News/wally"
|
|
11
|
+
s.summary = %q{Cucumber feature viewer and navigator}
|
|
12
|
+
s.description = %q{Cucumber feature viewer and navigator}
|
|
13
13
|
|
|
14
14
|
s.rubyforge_project = "wally"
|
|
15
15
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: wally
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.44
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-07-
|
|
12
|
+
date: 2012-07-09 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rest-client
|
|
@@ -235,7 +235,7 @@ dependencies:
|
|
|
235
235
|
- - ! '>='
|
|
236
236
|
- !ruby/object:Gem::Version
|
|
237
237
|
version: '0'
|
|
238
|
-
description:
|
|
238
|
+
description: Cucumber feature viewer and navigator
|
|
239
239
|
email:
|
|
240
240
|
- andrew.vos@gmail.com
|
|
241
241
|
executables:
|
|
@@ -309,7 +309,7 @@ files:
|
|
|
309
309
|
- spec/wally/project_spec.rb
|
|
310
310
|
- spec/wally/search_features_spec.rb
|
|
311
311
|
- wally.gemspec
|
|
312
|
-
homepage:
|
|
312
|
+
homepage: https://github.com/BBC-News/wally
|
|
313
313
|
licenses: []
|
|
314
314
|
post_install_message:
|
|
315
315
|
rdoc_options: []
|
|
@@ -332,7 +332,7 @@ rubyforge_project: wally
|
|
|
332
332
|
rubygems_version: 1.8.23
|
|
333
333
|
signing_key:
|
|
334
334
|
specification_version: 3
|
|
335
|
-
summary:
|
|
335
|
+
summary: Cucumber feature viewer and navigator
|
|
336
336
|
test_files:
|
|
337
337
|
- features/counts.feature
|
|
338
338
|
- features/feature_page.feature
|