nuke 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: d29ecccfaf85a2d2a71e9285ffb803edc6b95fd5
4
+ data.tar.gz: 9eae75c03f2d8c0da5f86c74bc73a809ea6f2cf4
5
+ SHA512:
6
+ metadata.gz: 904f3af84b7197c5294366ce86d302844856ed6dc6678a1397742601b703521023745caae849a9eb4d8737262d65793ed2e025e2b807d2c4dc6f71cafcf4bb22
7
+ data.tar.gz: 3cf43dcc876fcdc27831bc997e170c9bfbc10056c1d8b38c93fe7f5b659f75e4848d4e0ebeabe9545ec1de986e4f0e15712173084b0e55ce6f9568134b5c28ad
@@ -0,0 +1,9 @@
1
+ *.swp
2
+ *.gem
3
+ .bundle
4
+ .rvmrc
5
+ Gemfile.lock
6
+ pkg/*
7
+ .wally
8
+ tmp/
9
+ chromedriver.log
data/.rspec ADDED
@@ -0,0 +1,2 @@
1
+ --warnings
2
+ --colour
@@ -0,0 +1,7 @@
1
+ rvm:
2
+ - 1.9.3
3
+ - 2.0.0
4
+ - 2.1.1
5
+ - 2.1.2
6
+ - rbx-2
7
+ script: bundle exec rspec spec
data/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ source "https://rubygems.org"
2
+
3
+ # Specify your gem's dependencies in nuke.gemspec
4
+ gemspec
data/LICENSE ADDED
@@ -0,0 +1,165 @@
1
+ GNU LESSER GENERAL PUBLIC LICENSE
2
+ Version 3, 29 June 2007
3
+
4
+ Copyright 2011 British Broadcasting Corporation
5
+ Everyone is permitted to copy and distribute verbatim copies
6
+ of this license document, but changing it is not allowed.
7
+
8
+
9
+ This version of the GNU Lesser General Public License incorporates
10
+ the terms and conditions of version 3 of the GNU General Public
11
+ License, supplemented by the additional permissions listed below.
12
+
13
+ 0. Additional Definitions.
14
+
15
+ As used herein, "this License" refers to version 3 of the GNU Lesser
16
+ General Public License, and the "GNU GPL" refers to version 3 of the GNU
17
+ General Public License.
18
+
19
+ "The Library" refers to a covered work governed by this License,
20
+ other than an Application or a Combined Work as defined below.
21
+
22
+ An "Application" is any work that makes use of an interface provided
23
+ by the Library, but which is not otherwise based on the Library.
24
+ Defining a subclass of a class defined by the Library is deemed a mode
25
+ of using an interface provided by the Library.
26
+
27
+ A "Combined Work" is a work produced by combining or linking an
28
+ Application with the Library. The particular version of the Library
29
+ with which the Combined Work was made is also called the "Linked
30
+ Version".
31
+
32
+ The "Minimal Corresponding Source" for a Combined Work means the
33
+ Corresponding Source for the Combined Work, excluding any source code
34
+ for portions of the Combined Work that, considered in isolation, are
35
+ based on the Application, and not on the Linked Version.
36
+
37
+ The "Corresponding Application Code" for a Combined Work means the
38
+ object code and/or source code for the Application, including any data
39
+ and utility programs needed for reproducing the Combined Work from the
40
+ Application, but excluding the System Libraries of the Combined Work.
41
+
42
+ 1. Exception to Section 3 of the GNU GPL.
43
+
44
+ You may convey a covered work under sections 3 and 4 of this License
45
+ without being bound by section 3 of the GNU GPL.
46
+
47
+ 2. Conveying Modified Versions.
48
+
49
+ If you modify a copy of the Library, and, in your modifications, a
50
+ facility refers to a function or data to be supplied by an Application
51
+ that uses the facility (other than as an argument passed when the
52
+ facility is invoked), then you may convey a copy of the modified
53
+ version:
54
+
55
+ a) under this License, provided that you make a good faith effort to
56
+ ensure that, in the event an Application does not supply the
57
+ function or data, the facility still operates, and performs
58
+ whatever part of its purpose remains meaningful, or
59
+
60
+ b) under the GNU GPL, with none of the additional permissions of
61
+ this License applicable to that copy.
62
+
63
+ 3. Object Code Incorporating Material from Library Header Files.
64
+
65
+ The object code form of an Application may incorporate material from
66
+ a header file that is part of the Library. You may convey such object
67
+ code under terms of your choice, provided that, if the incorporated
68
+ material is not limited to numerical parameters, data structure
69
+ layouts and accessors, or small macros, inline functions and templates
70
+ (ten or fewer lines in length), you do both of the following:
71
+
72
+ a) Give prominent notice with each copy of the object code that the
73
+ Library is used in it and that the Library and its use are
74
+ covered by this License.
75
+
76
+ b) Accompany the object code with a copy of the GNU GPL and this license
77
+ document.
78
+
79
+ 4. Combined Works.
80
+
81
+ You may convey a Combined Work under terms of your choice that,
82
+ taken together, effectively do not restrict modification of the
83
+ portions of the Library contained in the Combined Work and reverse
84
+ engineering for debugging such modifications, if you also do each of
85
+ the following:
86
+
87
+ a) Give prominent notice with each copy of the Combined Work that
88
+ the Library is used in it and that the Library and its use are
89
+ covered by this License.
90
+
91
+ b) Accompany the Combined Work with a copy of the GNU GPL and this license
92
+ document.
93
+
94
+ c) For a Combined Work that displays copyright notices during
95
+ execution, include the copyright notice for the Library among
96
+ these notices, as well as a reference directing the user to the
97
+ copies of the GNU GPL and this license document.
98
+
99
+ d) Do one of the following:
100
+
101
+ 0) Convey the Minimal Corresponding Source under the terms of this
102
+ License, and the Corresponding Application Code in a form
103
+ suitable for, and under terms that permit, the user to
104
+ recombine or relink the Application with a modified version of
105
+ the Linked Version to produce a modified Combined Work, in the
106
+ manner specified by section 6 of the GNU GPL for conveying
107
+ Corresponding Source.
108
+
109
+ 1) Use a suitable shared library mechanism for linking with the
110
+ Library. A suitable mechanism is one that (a) uses at run time
111
+ a copy of the Library already present on the user's computer
112
+ system, and (b) will operate properly with a modified version
113
+ of the Library that is interface-compatible with the Linked
114
+ Version.
115
+
116
+ e) Provide Installation Information, but only if you would otherwise
117
+ be required to provide such information under section 6 of the
118
+ GNU GPL, and only to the extent that such information is
119
+ necessary to install and execute a modified version of the
120
+ Combined Work produced by recombining or relinking the
121
+ Application with a modified version of the Linked Version. (If
122
+ you use option 4d0, the Installation Information must accompany
123
+ the Minimal Corresponding Source and Corresponding Application
124
+ Code. If you use option 4d1, you must provide the Installation
125
+ Information in the manner specified by section 6 of the GNU GPL
126
+ for conveying Corresponding Source.)
127
+
128
+ 5. Combined Libraries.
129
+
130
+ You may place library facilities that are a work based on the
131
+ Library side by side in a single library together with other library
132
+ facilities that are not Applications and are not covered by this
133
+ License, and convey such a combined library under terms of your
134
+ choice, if you do both of the following:
135
+
136
+ a) Accompany the combined library with a copy of the same work based
137
+ on the Library, uncombined with any other library facilities,
138
+ conveyed under the terms of this License.
139
+
140
+ b) Give prominent notice with the combined library that part of it
141
+ is a work based on the Library, and explaining where to find the
142
+ accompanying uncombined form of the same work.
143
+
144
+ 6. Revised Versions of the GNU Lesser General Public License.
145
+
146
+ The Free Software Foundation may publish revised and/or new versions
147
+ of the GNU Lesser General Public License from time to time. Such new
148
+ versions will be similar in spirit to the present version, but may
149
+ differ in detail to address new problems or concerns.
150
+
151
+ Each version is given a distinguishing version number. If the
152
+ Library as you received it specifies that a certain numbered version
153
+ of the GNU Lesser General Public License "or any later version"
154
+ applies to it, you have the option of following the terms and
155
+ conditions either of that published version or of any later version
156
+ published by the Free Software Foundation. If the Library as you
157
+ received it does not specify a version number of the GNU Lesser
158
+ General Public License, you may choose any version of the GNU Lesser
159
+ General Public License ever published by the Free Software Foundation.
160
+
161
+ If the Library as you received it specifies that a proxy can decide
162
+ whether future versions of the GNU Lesser General Public License shall
163
+ apply, that proxy's public statement of acceptance of any version is
164
+ permanent authorization for you to choose that version for the
165
+ Library.
@@ -0,0 +1,15 @@
1
+ # Nuker Client
2
+ Nuker is a web-based Cucumber viewer and navigator, this is a client for it.
3
+
4
+ ## Installation
5
+ * Install and configure somewhere [nuker](/BBCNews/wally) and ensure it is running
6
+ * ```gem install nuke```
7
+
8
+ ## Usage
9
+ * create a '.nuker' file and enter any authentication text you like (```echo myPassword > .wally```)
10
+
11
+ ## Creating / Updating projects
12
+ ```nuker push http://localhost:4567/projects/<project-name> <feature-dir>```
13
+
14
+ ## Deleting projects
15
+ ```nuker destroy http://example.com/projects/<project-name>```
@@ -0,0 +1 @@
1
+ require "bundler/gem_tasks"
@@ -0,0 +1,5 @@
1
+ #!/usr/bin/env ruby
2
+ $:.unshift(File.dirname(__FILE__) + '/../lib') unless $:.include?(File.dirname(__FILE__) + '/../lib')
3
+
4
+ require 'nuke/client'
5
+ Nuke::Client::CLI.run ARGV
@@ -0,0 +1,27 @@
1
+ Feature: Push Features To Server
2
+ In order to easily get features on the server
3
+ As a developer
4
+ I want to be able to push features to an endpoint
5
+
6
+ Scenario: Push features without authentication
7
+ Given I don't have a .nuker authorisation file
8
+ When I upload features for "my_project_name"
9
+ Then "my_project_name" should not exist
10
+
11
+ Scenario: Push features with authentication
12
+ Given I have a .nuker authentication file
13
+ When I upload features for "project1"
14
+ Then "project1" should exist
15
+ And I should see the uploaded features
16
+
17
+ Scenario: Delete projects without authorisation
18
+ Given I have a project called "project1"
19
+ And I don't have a .nuker authorisation file
20
+ When I delete the project called "project1"
21
+ Then "project1" should exist
22
+
23
+ Scenario: Delete projects with authorisation
24
+ Given I have a project called "project1"
25
+ And I have a .nuker authentication file
26
+ When I delete the project called "project1"
27
+ Then "project1" should not exist
@@ -0,0 +1,47 @@
1
+ #Setup
2
+ Given /^I don't have a \.nuker authorisation file$/ do
3
+ end
4
+
5
+ Given /^I have a \.nuker authentication file$/ do
6
+ @authentication_code = "authCodE!!2322"
7
+ write_file('.nuker', @authentication_code)
8
+ end
9
+
10
+ feature = <<-SQL.gsub(/^\s+\|/,'')
11
+ |Feature: Some Feature Name
12
+ |
13
+ | Scenario: Whatever
14
+ | Given I do something
15
+ | Then it happens
16
+ SQL
17
+
18
+ Given /^I have a project called "([^"]*)"$/ do |project_name|
19
+ step "I have a .nuker authentication file"
20
+ step %Q%I upload features for "#{project_name}"%
21
+ remove_file ".nuker" rescue Errno::ENOENT
22
+ end
23
+
24
+ # Actually test our client
25
+ When /^I upload features for "([^"]*)"$/ do |project_name|
26
+ write_file('example-features/some_feature.feature', feature)
27
+ run_simple("nuker push http://#{NukeHost.url}/projects/#{project_name} example-features/", false)
28
+ end
29
+
30
+ When /^I delete the project called "([^"]*)"$/ do |project_name|
31
+ run_simple("nuker destroy http://#{NukeHost.url}/projects/#{project_name}", false)
32
+ end
33
+
34
+ # Assertions
35
+ Then /^"([^"]*)" should exist$/ do |project_name|
36
+ @output = Net::HTTP.get(URI.parse "http://#{NukeHost.url}/projects/#{project_name}")
37
+ expect(@output).to have_content project_name
38
+ end
39
+
40
+ Then /^"([^"]*)" should not exist$/ do |project_name|
41
+ @output = Net::HTTP.get(URI.parse "http://#{NukeHost.url}/projects/#{project_name}")
42
+ expect(@output).to_not have_content project_name
43
+ end
44
+
45
+ Then /^I should see the uploaded features$/ do
46
+ expect(@output).to have_content "Feature Name"
47
+ end
@@ -0,0 +1,40 @@
1
+ $:.unshift(File.join(File.dirname(__FILE__), "../../lib"))
2
+ ENV['RACK_ENV'] = 'test'
3
+
4
+ require 'aruba/cucumber'
5
+ require 'capybara/cucumber'
6
+
7
+ Capybara.app = Rack::Builder.new_from_string(<<-FILE)
8
+ require 'bundler/setup'
9
+ require 'nuke'
10
+
11
+ run Sinatra::Application
12
+ FILE
13
+
14
+ module NukeHost
15
+ def server
16
+ @server ||= Capybara::Server.new(Capybara.app)
17
+ end
18
+ module_function :server
19
+
20
+ def url
21
+ "#{server.host}:#{server.port}"
22
+ end
23
+ module_function :url
24
+ end
25
+
26
+ Before do
27
+ NukeHost.server.boot
28
+ raise "not booted" unless NukeHost.server.responsive?
29
+ end
30
+
31
+ require 'mongo_mapper'
32
+ MongoMapper.connection = Mongo::Connection.new('localhost')
33
+ MongoMapper.database = "nuker"
34
+
35
+ After do
36
+ remove_file ".nuker" rescue Errno::ENOENT
37
+ MongoMapper.database.collections.each do |coll|
38
+ coll.remove unless coll.name =~ /system/
39
+ end
40
+ end
@@ -0,0 +1,9 @@
1
+ require 'nuke/client/version'
2
+
3
+ module Nuke
4
+ module Client
5
+ autoload 'CLI', 'nuke/client/cli'
6
+ autoload 'Command', 'nuke/client/command'
7
+ autoload 'Parser', 'nuke/client/parser'
8
+ end
9
+ end
@@ -0,0 +1,30 @@
1
+ require 'optparse'
2
+
3
+ module Nuke
4
+ module Client
5
+ class CLI
6
+
7
+ def self.run args
8
+ OptionParser.new do |parser|
9
+ parser.banner = <<-Banner.gsub(/^\s+\|/,'')
10
+ |Usage:
11
+ | nuker push <url>/projects/<project-name> <features-dir>
12
+ | nuker destroy <url>/projects/<project-name>
13
+ Banner
14
+ end.parse(args)
15
+
16
+ command, url, *features = ARGV
17
+
18
+ case command
19
+ when "push" then Command.new(url).push Parser.parse(features)
20
+ when "destroy" then Command.new(url).destroy
21
+ else
22
+ abort "Please use --help for a listing of valid options"
23
+ end
24
+ rescue Nuke::FeatureParseException
25
+ puts "Couldn't parse features."
26
+ end
27
+
28
+ end
29
+ end
30
+ end
@@ -0,0 +1,44 @@
1
+ require "restclient"
2
+
3
+ module Nuke
4
+ module Client
5
+ class Command
6
+
7
+ def initialize url
8
+ @url = url
9
+ end
10
+
11
+ def push features
12
+ RestClient.put url("/features/"), jsonify(features), json_headers
13
+ end
14
+
15
+ def destroy
16
+ RestClient.delete url
17
+ end
18
+
19
+ private
20
+
21
+ def code
22
+ if File.exist?('.nuker')
23
+ '?authentication_code=' + File.read(".nuker").strip
24
+ else
25
+ ''
26
+ end
27
+ end
28
+
29
+ def url part = ""
30
+ [@url, part, code].join
31
+ end
32
+
33
+ def jsonify features
34
+ require "json"
35
+ features.to_json
36
+ end
37
+
38
+ def json_headers
39
+ { :content_type => :json, :accept => :json }
40
+ end
41
+
42
+ end
43
+ end
44
+ end
@@ -0,0 +1,27 @@
1
+ require "nuke/parses_features"
2
+
3
+ module Nuke
4
+ module Client
5
+ class Parser
6
+
7
+ def self.parse paths
8
+ new(paths).load
9
+ end
10
+
11
+ def initialize paths
12
+ @paths = paths
13
+ end
14
+
15
+ def load
16
+ @paths.inject([]) do |features, path|
17
+ Dir.glob(File.join(path, "**/*.feature")) do |feature_path|
18
+ gherkin = Nuke::ParsesFeatures.new.parse(File.read feature_path)
19
+ features << {:path => feature_path, :gherkin => gherkin}
20
+ end
21
+ features
22
+ end
23
+ end
24
+
25
+ end
26
+ end
27
+ end
@@ -0,0 +1,5 @@
1
+ module Nuke
2
+ module Client
3
+ VERSION = "1.0.0"
4
+ end
5
+ end
@@ -0,0 +1,30 @@
1
+ require 'gherkin/formatter/json_formatter'
2
+ require 'gherkin/parser/parser'
3
+
4
+ module Gherkin::Formatter
5
+ class JSONFormatter
6
+ def to_hash
7
+ @feature_hash
8
+ end
9
+ end
10
+ end
11
+
12
+ module Nuke
13
+ class ParsesFeatures
14
+ def parse text
15
+ io = StringIO.new
16
+ formatter = Gherkin::Formatter::JSONFormatter.new(io)
17
+ parser = Gherkin::Parser::Parser.new(formatter, false, 'root')
18
+ begin
19
+ parser.parse(text, nil, 0)
20
+ rescue
21
+ raise FeatureParseException.new
22
+ end
23
+ hash = formatter.to_hash
24
+ hash
25
+ end
26
+ end
27
+
28
+ class FeatureParseException < StandardError
29
+ end
30
+ end
@@ -0,0 +1,29 @@
1
+ # -*- encoding: utf-8 -*-
2
+ $:.push File.expand_path("../lib", __FILE__)
3
+ require "nuke/client/version"
4
+
5
+ Gem::Specification.new do |s|
6
+ s.name = "nuke"
7
+ s.version = Nuke::Client::VERSION
8
+ s.authors = ["Marc Bluemner"]
9
+ s.email = ["marc.bluemner@gmail.com"]
10
+ s.homepage = "https://github.com/rocknrollmarc/nuke"
11
+ s.summary = %q{Feature uploader for nuker}
12
+ s.description = %q{Feature uploader for nuker}
13
+ s.license = 'GPL-3'
14
+
15
+ s.files = `git ls-files`.split("\n")
16
+ s.files << "README.md"
17
+ s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
18
+ s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
19
+ s.require_paths = ["lib"]
20
+
21
+ s.add_runtime_dependency "rest-client"
22
+ s.add_runtime_dependency "gherkin"
23
+
24
+ s.add_development_dependency "rspec"
25
+ s.add_development_dependency "cucumber"
26
+ s.add_development_dependency "aruba"
27
+ s.add_development_dependency "nuker"
28
+ s.add_development_dependency "capybara"
29
+ end
@@ -0,0 +1,24 @@
1
+ require 'nuke/parses_features'
2
+
3
+ describe "Nuke::ParsesFeatures" do
4
+ def output_for string
5
+ Nuke::ParsesFeatures.new.parse(string)
6
+ end
7
+
8
+ it "parses feature files" do
9
+ feature = "Feature: Do stuff!"
10
+ expect(output_for feature).to eq({
11
+ "keyword" => "Feature",
12
+ "name" => "Do stuff!",
13
+ "line" => 1,
14
+ "description" => "",
15
+ "id" => "do-stuff!",
16
+ "uri" => nil
17
+ })
18
+ end
19
+
20
+ it "raises nice errors" do
21
+ feature = "!WEFFW"
22
+ expect { output_for feature }.to raise_error Nuke::FeatureParseException
23
+ end
24
+ end
metadata ADDED
@@ -0,0 +1,167 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: nuke
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Marc Bluemner
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-08-15 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: rest-client
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: gherkin
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: rspec
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
55
+ - !ruby/object:Gem::Dependency
56
+ name: cucumber
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ">="
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
62
+ type: :development
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ">="
67
+ - !ruby/object:Gem::Version
68
+ version: '0'
69
+ - !ruby/object:Gem::Dependency
70
+ name: aruba
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - ">="
74
+ - !ruby/object:Gem::Version
75
+ version: '0'
76
+ type: :development
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - ">="
81
+ - !ruby/object:Gem::Version
82
+ version: '0'
83
+ - !ruby/object:Gem::Dependency
84
+ name: nuker
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - ">="
88
+ - !ruby/object:Gem::Version
89
+ version: '0'
90
+ type: :development
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - ">="
95
+ - !ruby/object:Gem::Version
96
+ version: '0'
97
+ - !ruby/object:Gem::Dependency
98
+ name: capybara
99
+ requirement: !ruby/object:Gem::Requirement
100
+ requirements:
101
+ - - ">="
102
+ - !ruby/object:Gem::Version
103
+ version: '0'
104
+ type: :development
105
+ prerelease: false
106
+ version_requirements: !ruby/object:Gem::Requirement
107
+ requirements:
108
+ - - ">="
109
+ - !ruby/object:Gem::Version
110
+ version: '0'
111
+ description: Feature uploader for nuker
112
+ email:
113
+ - marc.bluemner@gmail.com
114
+ executables:
115
+ - nuke
116
+ extensions: []
117
+ extra_rdoc_files: []
118
+ files:
119
+ - ".gitignore"
120
+ - ".rspec"
121
+ - ".travis.yml"
122
+ - Gemfile
123
+ - LICENSE
124
+ - README.md
125
+ - Rakefile
126
+ - bin/nuke
127
+ - features/push_features.feature
128
+ - features/step_definitions/push_features_steps.rb
129
+ - features/support/env.rb
130
+ - lib/nuke/client.rb
131
+ - lib/nuke/client/cli.rb
132
+ - lib/nuke/client/command.rb
133
+ - lib/nuke/client/parser.rb
134
+ - lib/nuke/client/version.rb
135
+ - lib/nuke/parses_features.rb
136
+ - nuke.gemspec
137
+ - spec/nuke/parses_features_spec.rb
138
+ homepage: https://github.com/rocknrollmarc/nuke
139
+ licenses:
140
+ - GPL-3
141
+ metadata: {}
142
+ post_install_message:
143
+ rdoc_options: []
144
+ require_paths:
145
+ - lib
146
+ required_ruby_version: !ruby/object:Gem::Requirement
147
+ requirements:
148
+ - - ">="
149
+ - !ruby/object:Gem::Version
150
+ version: '0'
151
+ required_rubygems_version: !ruby/object:Gem::Requirement
152
+ requirements:
153
+ - - ">="
154
+ - !ruby/object:Gem::Version
155
+ version: '0'
156
+ requirements: []
157
+ rubyforge_project:
158
+ rubygems_version: 2.2.2
159
+ signing_key:
160
+ specification_version: 4
161
+ summary: Feature uploader for nuker
162
+ test_files:
163
+ - features/push_features.feature
164
+ - features/step_definitions/push_features_steps.rb
165
+ - features/support/env.rb
166
+ - spec/nuke/parses_features_spec.rb
167
+ has_rdoc: