jeweler 1.8.6 → 1.8.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.document +0 -0
- data/.travis.yml +0 -0
- data/.yardopts +0 -0
- data/ChangeLog.markdown +6 -0
- data/Gemfile +1 -1
- data/LICENSE.txt +0 -0
- data/README.markdown +1 -1
- data/Rakefile +1 -1
- data/features/generator/cucumber.feature +0 -0
- data/features/generator/directory_layout.feature +0 -0
- data/features/generator/dotdocument.feature +0 -0
- data/features/generator/env_options.feature +0 -0
- data/features/generator/gemfile.feature +0 -0
- data/features/generator/git.feature +0 -0
- data/features/generator/license.feature +0 -0
- data/features/generator/rakefile.feature +0 -0
- data/features/generator/readme.feature +0 -0
- data/features/generator/test.feature +0 -0
- data/features/generator/test_helper.feature +0 -0
- data/features/placeholder.feature +0 -0
- data/features/step_definitions/debug_steps.rb +0 -0
- data/features/step_definitions/filesystem_steps.rb +0 -0
- data/features/step_definitions/generator_steps.rb +0 -0
- data/features/step_definitions/task_steps.rb +0 -0
- data/features/support/env.rb +0 -0
- data/features/tasks/build_gem.feature +0 -0
- data/features/tasks/version.feature +0 -0
- data/features/tasks/version_bumping.feature +0 -0
- data/jeweler.gemspec +4 -4
- data/lib/jeweler.rb +0 -0
- data/lib/jeweler/commands.rb +0 -0
- data/lib/jeweler/commands/build_gem.rb +0 -0
- data/lib/jeweler/commands/check_dependencies.rb +0 -0
- data/lib/jeweler/commands/install_gem.rb +0 -0
- data/lib/jeweler/commands/release_gemspec.rb +0 -0
- data/lib/jeweler/commands/release_to_git.rb +0 -0
- data/lib/jeweler/commands/release_to_rubygems.rb +0 -0
- data/lib/jeweler/commands/validate_gemspec.rb +0 -0
- data/lib/jeweler/commands/version/base.rb +0 -0
- data/lib/jeweler/commands/version/bump_major.rb +0 -0
- data/lib/jeweler/commands/version/bump_minor.rb +0 -0
- data/lib/jeweler/commands/version/bump_patch.rb +0 -0
- data/lib/jeweler/commands/version/write.rb +0 -0
- data/lib/jeweler/commands/write_gemspec.rb +0 -0
- data/lib/jeweler/errors.rb +0 -0
- data/lib/jeweler/gemcutter_tasks.rb +0 -0
- data/lib/jeweler/gemspec_helper.rb +0 -0
- data/lib/jeweler/generator.rb +1 -1
- data/lib/jeweler/generator/application.rb +0 -0
- data/lib/jeweler/generator/bacon_mixin.rb +0 -0
- data/lib/jeweler/generator/github_mixin.rb +0 -0
- data/lib/jeweler/generator/micronaut_mixin.rb +0 -0
- data/lib/jeweler/generator/minitest_mixin.rb +0 -0
- data/lib/jeweler/generator/options.rb +0 -0
- data/lib/jeweler/generator/rdoc_mixin.rb +0 -0
- data/lib/jeweler/generator/riot_mixin.rb +0 -0
- data/lib/jeweler/generator/rspec_mixin.rb +0 -0
- data/lib/jeweler/generator/shindo_mixin.rb +0 -0
- data/lib/jeweler/generator/shoulda_mixin.rb +0 -0
- data/lib/jeweler/generator/testspec_mixin.rb +0 -0
- data/lib/jeweler/generator/testunit_mixin.rb +0 -0
- data/lib/jeweler/generator/yard_mixin.rb +0 -0
- data/lib/jeweler/rubyforge_tasks.rb +0 -0
- data/lib/jeweler/rubygems_dot_org_tasks.rb +0 -0
- data/lib/jeweler/rubygems_tasks.rb +0 -0
- data/lib/jeweler/specification.rb +0 -0
- data/lib/jeweler/tasks.rb +0 -0
- data/lib/jeweler/templates/.document +0 -0
- data/lib/jeweler/templates/.gitignore +0 -0
- data/lib/jeweler/templates/Gemfile +0 -0
- data/lib/jeweler/templates/LICENSE.txt +0 -0
- data/lib/jeweler/templates/README.rdoc +0 -0
- data/lib/jeweler/templates/Rakefile +0 -0
- data/lib/jeweler/templates/bacon/flunking.rb +0 -0
- data/lib/jeweler/templates/bacon/helper.rb +0 -0
- data/lib/jeweler/templates/bundler_setup.erb +0 -0
- data/lib/jeweler/templates/features/default.feature +0 -0
- data/lib/jeweler/templates/features/support/env.rb +0 -0
- data/lib/jeweler/templates/jeweler_tasks.erb +0 -0
- data/lib/jeweler/templates/micronaut/flunking.rb +0 -0
- data/lib/jeweler/templates/micronaut/helper.rb +0 -0
- data/lib/jeweler/templates/minitest/flunking.rb +0 -0
- data/lib/jeweler/templates/minitest/helper.rb +0 -0
- data/lib/jeweler/templates/other_tasks.erb +0 -0
- data/lib/jeweler/templates/riot/flunking.rb +0 -0
- data/lib/jeweler/templates/riot/helper.rb +0 -0
- data/lib/jeweler/templates/rspec/.rspec +0 -0
- data/lib/jeweler/templates/rspec/flunking.rb +0 -0
- data/lib/jeweler/templates/rspec/helper.rb +0 -0
- data/lib/jeweler/templates/shindo/flunking.rb +0 -0
- data/lib/jeweler/templates/shindo/helper.rb +0 -0
- data/lib/jeweler/templates/shoulda/flunking.rb +0 -0
- data/lib/jeweler/templates/shoulda/helper.rb +0 -0
- data/lib/jeweler/templates/testspec/flunking.rb +0 -0
- data/lib/jeweler/templates/testspec/helper.rb +0 -0
- data/lib/jeweler/templates/testunit/flunking.rb +0 -0
- data/lib/jeweler/templates/testunit/helper.rb +0 -0
- data/lib/jeweler/version.rb +1 -1
- data/lib/jeweler/version_helper.rb +0 -0
- data/test/fixtures/bar/VERSION.yml +0 -0
- data/test/fixtures/bar/bin/foo_the_ultimate_bin +0 -0
- data/test/fixtures/bar/hey_include_me_in_gemspec +0 -0
- data/test/fixtures/bar/lib/foo_the_ultimate_lib.rb +0 -0
- data/test/fixtures/existing-project-with-version-constant/.document +0 -0
- data/test/fixtures/existing-project-with-version-constant/.gitignore +0 -0
- data/test/fixtures/existing-project-with-version-constant/LICENSE.txt +0 -0
- data/test/fixtures/existing-project-with-version-constant/README.rdoc +0 -0
- data/test/fixtures/existing-project-with-version-constant/Rakefile +0 -0
- data/test/fixtures/existing-project-with-version-constant/existing-project-with-version.gemspec +0 -0
- data/test/fixtures/existing-project-with-version-constant/lib/existing_project_with_version.rb +0 -0
- data/test/fixtures/existing-project-with-version-constant/test/existing_project_with_version_test.rb +0 -0
- data/test/fixtures/existing-project-with-version-constant/test/test_helper.rb +0 -0
- data/test/fixtures/existing-project-with-version-plaintext/.document +0 -0
- data/test/fixtures/existing-project-with-version-plaintext/.gitignore +0 -0
- data/test/fixtures/existing-project-with-version-plaintext/LICENSE.txt +0 -0
- data/test/fixtures/existing-project-with-version-plaintext/README.rdoc +0 -0
- data/test/fixtures/existing-project-with-version-plaintext/Rakefile +0 -0
- data/test/fixtures/existing-project-with-version-plaintext/VERSION +0 -0
- data/test/fixtures/existing-project-with-version-plaintext/existing-project-with-version.gemspec +0 -0
- data/test/fixtures/existing-project-with-version-plaintext/lib/existing_project_with_version.rb +0 -0
- data/test/fixtures/existing-project-with-version-plaintext/test/existing_project_with_version_test.rb +0 -0
- data/test/fixtures/existing-project-with-version-plaintext/test/test_helper.rb +0 -0
- data/test/fixtures/existing-project-with-version-yaml/.document +0 -0
- data/test/fixtures/existing-project-with-version-yaml/.gitignore +0 -0
- data/test/fixtures/existing-project-with-version-yaml/LICENSE.txt +0 -0
- data/test/fixtures/existing-project-with-version-yaml/README.rdoc +0 -0
- data/test/fixtures/existing-project-with-version-yaml/Rakefile +0 -0
- data/test/fixtures/existing-project-with-version-yaml/VERSION.yml +0 -0
- data/test/fixtures/existing-project-with-version-yaml/bin/foo_the_ultimate_bin +0 -0
- data/test/fixtures/existing-project-with-version-yaml/existing-project-with-version.gemspec +0 -0
- data/test/fixtures/existing-project-with-version-yaml/lib/existing_project_with_version.rb +0 -0
- data/test/fixtures/existing-project-with-version-yaml/test/existing_project_with_version_test.rb +0 -0
- data/test/fixtures/existing-project-with-version-yaml/test/test_helper.rb +0 -0
- data/test/geminstaller.yml +0 -0
- data/test/jeweler/commands/test_build_gem.rb +0 -0
- data/test/jeweler/commands/test_install_gem.rb +0 -0
- data/test/jeweler/commands/test_release_to_gemcutter.rb +0 -0
- data/test/jeweler/commands/test_release_to_git.rb +0 -0
- data/test/jeweler/commands/test_release_to_github.rb +0 -0
- data/test/jeweler/commands/test_validate_gemspec.rb +0 -0
- data/test/jeweler/commands/test_write_gemspec.rb +0 -0
- data/test/jeweler/commands/version/test_base.rb +0 -0
- data/test/jeweler/commands/version/test_bump_major.rb +0 -0
- data/test/jeweler/commands/version/test_bump_minor.rb +0 -0
- data/test/jeweler/commands/version/test_bump_patch.rb +0 -0
- data/test/jeweler/commands/version/test_write.rb +0 -0
- data/test/jeweler/generator/test_application.rb +0 -0
- data/test/jeweler/generator/test_options.rb +0 -0
- data/test/jeweler/test_gemspec_helper.rb +0 -0
- data/test/jeweler/test_generator.rb +0 -0
- data/test/jeweler/test_generator_initialization.rb +0 -0
- data/test/jeweler/test_generator_mixins.rb +0 -0
- data/test/jeweler/test_specification.rb +0 -0
- data/test/jeweler/test_tasks.rb +0 -0
- data/test/jeweler/test_version_helper.rb +0 -0
- data/test/shoulda_macros/jeweler_macros.rb +0 -0
- data/test/test_helper.rb +0 -0
- data/test/test_jeweler.rb +0 -0
- metadata +21 -50
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: cd32f410f286d31c1c8c2e86375977c81f35dd68
|
4
|
+
data.tar.gz: 7c6fa29ac81830678fbe964c73bfdcbcc5224b83
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 05464060cf73d3ba3e6a4368a04e53ee07bfb08c8c0beccca3bfadc44c674ca589757d41c3c11bbbcc079d10f5c7a3c34dac021916de25a9fd320ef30a791a70
|
7
|
+
data.tar.gz: 8f29b7718a067c3461b057964dea9853ec316b438aadc6837f690818cb9bbed78174af66839a40596052d120b48a4036b1f5b7771d651ca553293e779bac14f6
|
data/.document
CHANGED
File without changes
|
data/.travis.yml
CHANGED
File without changes
|
data/.yardopts
CHANGED
File without changes
|
data/ChangeLog.markdown
CHANGED
@@ -1,3 +1,9 @@
|
|
1
|
+
# jeweler 1.8.7, 2013-08-12
|
2
|
+
|
3
|
+
* Lock timecop version to 0.6.1 to keep support of 1.8.7 #243
|
4
|
+
* Bump version in version.rb to reflect released gem version
|
5
|
+
* jeweler's Rakefile reads version from version.rb
|
6
|
+
|
1
7
|
# jeweler 1.8.6, 2013-07-04
|
2
8
|
|
3
9
|
* Fix dependency error when install #239
|
data/Gemfile
CHANGED
data/LICENSE.txt
CHANGED
File without changes
|
data/README.markdown
CHANGED
@@ -5,7 +5,7 @@ Jeweler provides the noble ruby developer with two primary features:
|
|
5
5
|
* a library for managing and releasing RubyGem projects
|
6
6
|
* a scaffold generator for starting new RubyGem projects
|
7
7
|
|
8
|
-
[![Build Status](https://
|
8
|
+
[![Build Status](https://travis-ci.org/technicalpickles/jeweler.png)](https://travis-ci.org/technicalpickles/jeweler)
|
9
9
|
|
10
10
|
## Hello, world
|
11
11
|
|
data/Rakefile
CHANGED
@@ -16,7 +16,7 @@ require 'jeweler'
|
|
16
16
|
|
17
17
|
Jeweler::Tasks.new do |gem|
|
18
18
|
gem.name = "jeweler"
|
19
|
-
gem.version =
|
19
|
+
gem.version = Jeweler::Version::STRING
|
20
20
|
gem.homepage = "http://github.com/technicalpickles/jeweler"
|
21
21
|
gem.summary = "Opinionated tool for creating and managing RubyGem projects"
|
22
22
|
gem.description = "Simple and opinionated helper for creating Rubygem projects on GitHub"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/features/support/env.rb
CHANGED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/jeweler.gemspec
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = "jeweler"
|
8
|
-
s.version = "1.8.
|
8
|
+
s.version = "1.8.7"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Josh Nichols", "Yusuke Murata"]
|
12
|
-
s.date = "2013-
|
12
|
+
s.date = "2013-08-12"
|
13
13
|
s.description = "Simple and opinionated helper for creating Rubygem projects on GitHub"
|
14
14
|
s.email = ["josh@technicalpickles.com", "info@muratayusuke.com"]
|
15
15
|
s.executables = ["jeweler"]
|
@@ -182,11 +182,11 @@ Gem::Specification.new do |s|
|
|
182
182
|
s.homepage = "http://github.com/technicalpickles/jeweler"
|
183
183
|
s.licenses = ["MIT"]
|
184
184
|
s.require_paths = ["lib"]
|
185
|
-
s.rubygems_version = "
|
185
|
+
s.rubygems_version = "2.0.3"
|
186
186
|
s.summary = "Opinionated tool for creating and managing RubyGem projects"
|
187
187
|
|
188
188
|
if s.respond_to? :specification_version then
|
189
|
-
s.specification_version =
|
189
|
+
s.specification_version = 4
|
190
190
|
|
191
191
|
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
192
192
|
s.add_runtime_dependency(%q<rake>, [">= 0"])
|
data/lib/jeweler.rb
CHANGED
File without changes
|
data/lib/jeweler/commands.rb
CHANGED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/lib/jeweler/errors.rb
CHANGED
File without changes
|
File without changes
|
File without changes
|
data/lib/jeweler/generator.rb
CHANGED
@@ -105,7 +105,7 @@ class Jeweler
|
|
105
105
|
development_dependencies << ["cucumber", ">= 0"] if should_use_cucumber
|
106
106
|
|
107
107
|
# TODO make bundler optional?
|
108
|
-
development_dependencies << ["bundler", "~> 1.0
|
108
|
+
development_dependencies << ["bundler", "~> 1.0"]
|
109
109
|
development_dependencies << ["jeweler", "~> #{Jeweler::Version::STRING}"]
|
110
110
|
development_dependencies << ["rcov", ">= 0"]
|
111
111
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/lib/jeweler/tasks.rb
CHANGED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/lib/jeweler/version.rb
CHANGED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/test/fixtures/existing-project-with-version-constant/existing-project-with-version.gemspec
CHANGED
File without changes
|
data/test/fixtures/existing-project-with-version-constant/lib/existing_project_with_version.rb
CHANGED
File without changes
|
data/test/fixtures/existing-project-with-version-constant/test/existing_project_with_version_test.rb
CHANGED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/test/fixtures/existing-project-with-version-plaintext/existing-project-with-version.gemspec
CHANGED
File without changes
|
data/test/fixtures/existing-project-with-version-plaintext/lib/existing_project_with_version.rb
CHANGED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/test/fixtures/existing-project-with-version-yaml/test/existing_project_with_version_test.rb
CHANGED
File without changes
|
File without changes
|
data/test/geminstaller.yml
CHANGED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/test/jeweler/test_tasks.rb
CHANGED
File without changes
|
File without changes
|
File without changes
|
data/test/test_helper.rb
CHANGED
File without changes
|
data/test/test_jeweler.rb
CHANGED
File without changes
|
metadata
CHANGED
@@ -1,8 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jeweler
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.8.
|
5
|
-
prerelease:
|
4
|
+
version: 1.8.7
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
7
|
- Josh Nichols
|
@@ -10,44 +9,39 @@ authors:
|
|
10
9
|
autorequire:
|
11
10
|
bindir: bin
|
12
11
|
cert_chain: []
|
13
|
-
date: 2013-
|
12
|
+
date: 2013-08-12 00:00:00.000000000 Z
|
14
13
|
dependencies:
|
15
14
|
- !ruby/object:Gem::Dependency
|
16
15
|
name: rake
|
17
16
|
requirement: !ruby/object:Gem::Requirement
|
18
|
-
none: false
|
19
17
|
requirements:
|
20
|
-
- -
|
18
|
+
- - '>='
|
21
19
|
- !ruby/object:Gem::Version
|
22
20
|
version: '0'
|
23
21
|
type: :runtime
|
24
22
|
prerelease: false
|
25
23
|
version_requirements: !ruby/object:Gem::Requirement
|
26
|
-
none: false
|
27
24
|
requirements:
|
28
|
-
- -
|
25
|
+
- - '>='
|
29
26
|
- !ruby/object:Gem::Version
|
30
27
|
version: '0'
|
31
28
|
- !ruby/object:Gem::Dependency
|
32
29
|
name: git
|
33
30
|
requirement: !ruby/object:Gem::Requirement
|
34
|
-
none: false
|
35
31
|
requirements:
|
36
|
-
- -
|
32
|
+
- - '>='
|
37
33
|
- !ruby/object:Gem::Version
|
38
34
|
version: 1.2.5
|
39
35
|
type: :runtime
|
40
36
|
prerelease: false
|
41
37
|
version_requirements: !ruby/object:Gem::Requirement
|
42
|
-
none: false
|
43
38
|
requirements:
|
44
|
-
- -
|
39
|
+
- - '>='
|
45
40
|
- !ruby/object:Gem::Version
|
46
41
|
version: 1.2.5
|
47
42
|
- !ruby/object:Gem::Dependency
|
48
43
|
name: nokogiri
|
49
44
|
requirement: !ruby/object:Gem::Requirement
|
50
|
-
none: false
|
51
45
|
requirements:
|
52
46
|
- - '='
|
53
47
|
- !ruby/object:Gem::Version
|
@@ -55,7 +49,6 @@ dependencies:
|
|
55
49
|
type: :runtime
|
56
50
|
prerelease: false
|
57
51
|
version_requirements: !ruby/object:Gem::Requirement
|
58
|
-
none: false
|
59
52
|
requirements:
|
60
53
|
- - '='
|
61
54
|
- !ruby/object:Gem::Version
|
@@ -63,7 +56,6 @@ dependencies:
|
|
63
56
|
- !ruby/object:Gem::Dependency
|
64
57
|
name: github_api
|
65
58
|
requirement: !ruby/object:Gem::Requirement
|
66
|
-
none: false
|
67
59
|
requirements:
|
68
60
|
- - '='
|
69
61
|
- !ruby/object:Gem::Version
|
@@ -71,7 +63,6 @@ dependencies:
|
|
71
63
|
type: :runtime
|
72
64
|
prerelease: false
|
73
65
|
version_requirements: !ruby/object:Gem::Requirement
|
74
|
-
none: false
|
75
66
|
requirements:
|
76
67
|
- - '='
|
77
68
|
- !ruby/object:Gem::Version
|
@@ -79,23 +70,20 @@ dependencies:
|
|
79
70
|
- !ruby/object:Gem::Dependency
|
80
71
|
name: highline
|
81
72
|
requirement: !ruby/object:Gem::Requirement
|
82
|
-
none: false
|
83
73
|
requirements:
|
84
|
-
- -
|
74
|
+
- - '>='
|
85
75
|
- !ruby/object:Gem::Version
|
86
76
|
version: 1.6.15
|
87
77
|
type: :runtime
|
88
78
|
prerelease: false
|
89
79
|
version_requirements: !ruby/object:Gem::Requirement
|
90
|
-
none: false
|
91
80
|
requirements:
|
92
|
-
- -
|
81
|
+
- - '>='
|
93
82
|
- !ruby/object:Gem::Version
|
94
83
|
version: 1.6.15
|
95
84
|
- !ruby/object:Gem::Dependency
|
96
85
|
name: bundler
|
97
86
|
requirement: !ruby/object:Gem::Requirement
|
98
|
-
none: false
|
99
87
|
requirements:
|
100
88
|
- - ~>
|
101
89
|
- !ruby/object:Gem::Version
|
@@ -103,7 +91,6 @@ dependencies:
|
|
103
91
|
type: :runtime
|
104
92
|
prerelease: false
|
105
93
|
version_requirements: !ruby/object:Gem::Requirement
|
106
|
-
none: false
|
107
94
|
requirements:
|
108
95
|
- - ~>
|
109
96
|
- !ruby/object:Gem::Version
|
@@ -111,39 +98,34 @@ dependencies:
|
|
111
98
|
- !ruby/object:Gem::Dependency
|
112
99
|
name: rdoc
|
113
100
|
requirement: !ruby/object:Gem::Requirement
|
114
|
-
none: false
|
115
101
|
requirements:
|
116
|
-
- -
|
102
|
+
- - '>='
|
117
103
|
- !ruby/object:Gem::Version
|
118
104
|
version: '0'
|
119
105
|
type: :runtime
|
120
106
|
prerelease: false
|
121
107
|
version_requirements: !ruby/object:Gem::Requirement
|
122
|
-
none: false
|
123
108
|
requirements:
|
124
|
-
- -
|
109
|
+
- - '>='
|
125
110
|
- !ruby/object:Gem::Version
|
126
111
|
version: '0'
|
127
112
|
- !ruby/object:Gem::Dependency
|
128
113
|
name: builder
|
129
114
|
requirement: !ruby/object:Gem::Requirement
|
130
|
-
none: false
|
131
115
|
requirements:
|
132
|
-
- -
|
116
|
+
- - '>='
|
133
117
|
- !ruby/object:Gem::Version
|
134
118
|
version: '0'
|
135
119
|
type: :runtime
|
136
120
|
prerelease: false
|
137
121
|
version_requirements: !ruby/object:Gem::Requirement
|
138
|
-
none: false
|
139
122
|
requirements:
|
140
|
-
- -
|
123
|
+
- - '>='
|
141
124
|
- !ruby/object:Gem::Version
|
142
125
|
version: '0'
|
143
126
|
- !ruby/object:Gem::Dependency
|
144
127
|
name: yard
|
145
128
|
requirement: !ruby/object:Gem::Requirement
|
146
|
-
none: false
|
147
129
|
requirements:
|
148
130
|
- - ~>
|
149
131
|
- !ruby/object:Gem::Version
|
@@ -151,7 +133,6 @@ dependencies:
|
|
151
133
|
type: :development
|
152
134
|
prerelease: false
|
153
135
|
version_requirements: !ruby/object:Gem::Requirement
|
154
|
-
none: false
|
155
136
|
requirements:
|
156
137
|
- - ~>
|
157
138
|
- !ruby/object:Gem::Version
|
@@ -159,39 +140,34 @@ dependencies:
|
|
159
140
|
- !ruby/object:Gem::Dependency
|
160
141
|
name: rdoc
|
161
142
|
requirement: !ruby/object:Gem::Requirement
|
162
|
-
none: false
|
163
143
|
requirements:
|
164
|
-
- -
|
144
|
+
- - '>='
|
165
145
|
- !ruby/object:Gem::Version
|
166
146
|
version: '0'
|
167
147
|
type: :development
|
168
148
|
prerelease: false
|
169
149
|
version_requirements: !ruby/object:Gem::Requirement
|
170
|
-
none: false
|
171
150
|
requirements:
|
172
|
-
- -
|
151
|
+
- - '>='
|
173
152
|
- !ruby/object:Gem::Version
|
174
153
|
version: '0'
|
175
154
|
- !ruby/object:Gem::Dependency
|
176
155
|
name: bluecloth
|
177
156
|
requirement: !ruby/object:Gem::Requirement
|
178
|
-
none: false
|
179
157
|
requirements:
|
180
|
-
- -
|
158
|
+
- - '>='
|
181
159
|
- !ruby/object:Gem::Version
|
182
160
|
version: '0'
|
183
161
|
type: :development
|
184
162
|
prerelease: false
|
185
163
|
version_requirements: !ruby/object:Gem::Requirement
|
186
|
-
none: false
|
187
164
|
requirements:
|
188
|
-
- -
|
165
|
+
- - '>='
|
189
166
|
- !ruby/object:Gem::Version
|
190
167
|
version: '0'
|
191
168
|
- !ruby/object:Gem::Dependency
|
192
169
|
name: cucumber
|
193
170
|
requirement: !ruby/object:Gem::Requirement
|
194
|
-
none: false
|
195
171
|
requirements:
|
196
172
|
- - ~>
|
197
173
|
- !ruby/object:Gem::Version
|
@@ -199,7 +175,6 @@ dependencies:
|
|
199
175
|
type: :development
|
200
176
|
prerelease: false
|
201
177
|
version_requirements: !ruby/object:Gem::Requirement
|
202
|
-
none: false
|
203
178
|
requirements:
|
204
179
|
- - ~>
|
205
180
|
- !ruby/object:Gem::Version
|
@@ -378,29 +353,25 @@ files:
|
|
378
353
|
homepage: http://github.com/technicalpickles/jeweler
|
379
354
|
licenses:
|
380
355
|
- MIT
|
356
|
+
metadata: {}
|
381
357
|
post_install_message:
|
382
358
|
rdoc_options: []
|
383
359
|
require_paths:
|
384
360
|
- lib
|
385
361
|
required_ruby_version: !ruby/object:Gem::Requirement
|
386
|
-
none: false
|
387
362
|
requirements:
|
388
|
-
- -
|
363
|
+
- - '>='
|
389
364
|
- !ruby/object:Gem::Version
|
390
365
|
version: '0'
|
391
|
-
segments:
|
392
|
-
- 0
|
393
|
-
hash: -825888977
|
394
366
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
395
|
-
none: false
|
396
367
|
requirements:
|
397
|
-
- -
|
368
|
+
- - '>='
|
398
369
|
- !ruby/object:Gem::Version
|
399
370
|
version: '0'
|
400
371
|
requirements: []
|
401
372
|
rubyforge_project:
|
402
|
-
rubygems_version:
|
373
|
+
rubygems_version: 2.0.3
|
403
374
|
signing_key:
|
404
|
-
specification_version:
|
375
|
+
specification_version: 4
|
405
376
|
summary: Opinionated tool for creating and managing RubyGem projects
|
406
377
|
test_files: []
|