jeweler2 2.0.1 → 2.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (117) hide show
  1. data/lib/jeweler/version.rb +1 -1
  2. metadata +30 -145
  3. data/.document +0 -8
  4. data/Gemfile +0 -18
  5. data/Gemfile.lock +0 -47
  6. data/Rakefile +0 -80
  7. data/features/generator/cucumber.feature +0 -103
  8. data/features/generator/directory_layout.feature +0 -86
  9. data/features/generator/dotdocument.feature +0 -13
  10. data/features/generator/env_options.feature +0 -9
  11. data/features/generator/gemfile.feature +0 -71
  12. data/features/generator/git.feature +0 -102
  13. data/features/generator/license.feature +0 -20
  14. data/features/generator/rakefile.feature +0 -158
  15. data/features/generator/readme.feature +0 -12
  16. data/features/generator/test.feature +0 -54
  17. data/features/generator/test_helper.feature +0 -149
  18. data/features/placeholder.feature +0 -5
  19. data/features/step_definitions/debug_steps.rb +0 -6
  20. data/features/step_definitions/filesystem_steps.rb +0 -70
  21. data/features/step_definitions/generator_steps.rb +0 -380
  22. data/features/step_definitions/task_steps.rb +0 -6
  23. data/features/support/env.rb +0 -42
  24. data/features/tasks/build_gem.feature +0 -9
  25. data/features/tasks/version.feature +0 -31
  26. data/features/tasks/version_bumping.feature +0 -49
  27. data/jeweler.gemspec +0 -245
  28. data/jeweler2.gemspec +0 -233
  29. data/lib/jeweler/templates/.document +0 -5
  30. data/lib/jeweler/templates/.gitignore +0 -48
  31. data/lib/jeweler/templates/Gemfile +0 -12
  32. data/lib/jeweler/templates/LICENSE.txt +0 -20
  33. data/lib/jeweler/templates/README.rdoc +0 -19
  34. data/lib/jeweler/templates/Rakefile +0 -9
  35. data/lib/jeweler/templates/bacon/flunking.rb +0 -7
  36. data/lib/jeweler/templates/bacon/helper.rb +0 -9
  37. data/lib/jeweler/templates/bundler_setup.erb +0 -10
  38. data/lib/jeweler/templates/features/default.feature +0 -9
  39. data/lib/jeweler/templates/features/support/env.rb +0 -10
  40. data/lib/jeweler/templates/jeweler_tasks.erb +0 -31
  41. data/lib/jeweler/templates/micronaut/flunking.rb +0 -7
  42. data/lib/jeweler/templates/micronaut/helper.rb +0 -18
  43. data/lib/jeweler/templates/minitest/flunking.rb +0 -7
  44. data/lib/jeweler/templates/minitest/helper.rb +0 -12
  45. data/lib/jeweler/templates/other_tasks.erb +0 -86
  46. data/lib/jeweler/templates/riot/flunking.rb +0 -11
  47. data/lib/jeweler/templates/riot/helper.rb +0 -4
  48. data/lib/jeweler/templates/rspec/.rspec +0 -1
  49. data/lib/jeweler/templates/rspec/flunking.rb +0 -7
  50. data/lib/jeweler/templates/rspec/helper.rb +0 -12
  51. data/lib/jeweler/templates/shindo/flunking.rb +0 -8
  52. data/lib/jeweler/templates/shindo/helper.rb +0 -6
  53. data/lib/jeweler/templates/shoulda/flunking.rb +0 -7
  54. data/lib/jeweler/templates/shoulda/helper.rb +0 -11
  55. data/lib/jeweler/templates/testspec/flunking.rb +0 -7
  56. data/lib/jeweler/templates/testspec/helper.rb +0 -7
  57. data/lib/jeweler/templates/testunit/flunking.rb +0 -7
  58. data/lib/jeweler/templates/testunit/helper.rb +0 -10
  59. data/test/fixtures/bar/VERSION.yml +0 -4
  60. data/test/fixtures/bar/bin/foo_the_ultimate_bin +0 -1
  61. data/test/fixtures/bar/hey_include_me_in_gemspec +0 -0
  62. data/test/fixtures/bar/lib/foo_the_ultimate_lib.rb +0 -1
  63. data/test/fixtures/existing-project-with-version-constant/.document +0 -5
  64. data/test/fixtures/existing-project-with-version-constant/.gitignore +0 -5
  65. data/test/fixtures/existing-project-with-version-constant/LICENSE.txt +0 -20
  66. data/test/fixtures/existing-project-with-version-constant/README.rdoc +0 -7
  67. data/test/fixtures/existing-project-with-version-constant/Rakefile +0 -85
  68. data/test/fixtures/existing-project-with-version-constant/existing-project-with-version.gemspec +0 -29
  69. data/test/fixtures/existing-project-with-version-constant/lib/existing_project_with_version.rb +0 -0
  70. data/test/fixtures/existing-project-with-version-constant/test/existing_project_with_version_test.rb +0 -7
  71. data/test/fixtures/existing-project-with-version-constant/test/test_helper.rb +0 -10
  72. data/test/fixtures/existing-project-with-version-plaintext/.document +0 -5
  73. data/test/fixtures/existing-project-with-version-plaintext/.gitignore +0 -5
  74. data/test/fixtures/existing-project-with-version-plaintext/LICENSE.txt +0 -20
  75. data/test/fixtures/existing-project-with-version-plaintext/README.rdoc +0 -7
  76. data/test/fixtures/existing-project-with-version-plaintext/Rakefile +0 -84
  77. data/test/fixtures/existing-project-with-version-plaintext/VERSION +0 -1
  78. data/test/fixtures/existing-project-with-version-plaintext/existing-project-with-version.gemspec +0 -29
  79. data/test/fixtures/existing-project-with-version-plaintext/lib/existing_project_with_version.rb +0 -0
  80. data/test/fixtures/existing-project-with-version-plaintext/test/existing_project_with_version_test.rb +0 -7
  81. data/test/fixtures/existing-project-with-version-plaintext/test/test_helper.rb +0 -10
  82. data/test/fixtures/existing-project-with-version-yaml/.document +0 -5
  83. data/test/fixtures/existing-project-with-version-yaml/.gitignore +0 -5
  84. data/test/fixtures/existing-project-with-version-yaml/LICENSE.txt +0 -20
  85. data/test/fixtures/existing-project-with-version-yaml/README.rdoc +0 -7
  86. data/test/fixtures/existing-project-with-version-yaml/Rakefile +0 -84
  87. data/test/fixtures/existing-project-with-version-yaml/VERSION.yml +0 -4
  88. data/test/fixtures/existing-project-with-version-yaml/bin/foo_the_ultimate_bin +0 -0
  89. data/test/fixtures/existing-project-with-version-yaml/existing-project-with-version.gemspec +0 -29
  90. data/test/fixtures/existing-project-with-version-yaml/lib/existing_project_with_version.rb +0 -0
  91. data/test/fixtures/existing-project-with-version-yaml/test/existing_project_with_version_test.rb +0 -7
  92. data/test/fixtures/existing-project-with-version-yaml/test/test_helper.rb +0 -10
  93. data/test/geminstaller.yml +0 -12
  94. data/test/jeweler/commands/test_build_gem.rb +0 -103
  95. data/test/jeweler/commands/test_install_gem.rb +0 -35
  96. data/test/jeweler/commands/test_release_to_gemcutter.rb +0 -39
  97. data/test/jeweler/commands/test_release_to_git.rb +0 -198
  98. data/test/jeweler/commands/test_release_to_github.rb +0 -390
  99. data/test/jeweler/commands/test_validate_gemspec.rb +0 -27
  100. data/test/jeweler/commands/test_write_gemspec.rb +0 -101
  101. data/test/jeweler/commands/version/test_base.rb +0 -32
  102. data/test/jeweler/commands/version/test_bump_major.rb +0 -22
  103. data/test/jeweler/commands/version/test_bump_minor.rb +0 -19
  104. data/test/jeweler/commands/version/test_bump_patch.rb +0 -20
  105. data/test/jeweler/commands/version/test_write.rb +0 -22
  106. data/test/jeweler/generator/test_application.rb +0 -120
  107. data/test/jeweler/generator/test_options.rb +0 -225
  108. data/test/jeweler/test_gemspec_helper.rb +0 -44
  109. data/test/jeweler/test_generator.rb +0 -141
  110. data/test/jeweler/test_generator_initialization.rb +0 -164
  111. data/test/jeweler/test_generator_mixins.rb +0 -23
  112. data/test/jeweler/test_specification.rb +0 -237
  113. data/test/jeweler/test_tasks.rb +0 -50
  114. data/test/jeweler/test_version_helper.rb +0 -214
  115. data/test/shoulda_macros/jeweler_macros.rb +0 -35
  116. data/test/test_helper.rb +0 -178
  117. data/test/test_jeweler.rb +0 -175
@@ -1,6 +0,0 @@
1
- Then /^I can gem install "([^"]+)"$/ do |gem_path|
2
- @stdout = `cd #{@working_dir}; gem install --install-dir #{@working_dir}/gem-install-dir --no-ri --no-rdoc #{gem_path} 2>&1`
3
- assert_no_match /ERROR/, @stdout
4
- assert $?.exited?
5
- end
6
-
@@ -1,42 +0,0 @@
1
- require 'bundler'
2
- begin
3
- Bundler.setup(:default, :development)
4
- rescue Bundler::BundlerError => e
5
- $stderr.puts e.message
6
- $stderr.puts "Run `bundle install` to install missing gems"
7
- exit e.status_code
8
- end
9
-
10
- $LOAD_PATH.unshift(File.dirname(__FILE__) + '/../../lib')
11
- require 'jeweler'
12
- require 'mocha'
13
- require 'output_catcher'
14
- require 'timecop'
15
- require 'ruby-debug'
16
- require 'active_support'
17
-
18
- require 'test/unit/assertions'
19
- World(Test::Unit::Assertions)
20
-
21
- require 'construct'
22
- World(Construct::Helpers)
23
-
24
- def yank_task_info(content, task)
25
- if content =~ /#{Regexp.escape(task)}.new(\(.*\))? do \|(.*?)\|(.*?)^end$/m
26
- [$2, $3]
27
- end
28
- end
29
-
30
- def yank_group_info(content, group)
31
- if content =~ /group :#{group} do(.*?)end/m
32
- $1
33
- end
34
- end
35
-
36
- def fixture_dir
37
- File.expand_path File.join(File.dirname(__FILE__), '..', '..', 'test', 'fixtures')
38
- end
39
-
40
- After do
41
- Timecop.return
42
- end
@@ -1,9 +0,0 @@
1
- Feature: building gems
2
-
3
- Scenario: default
4
- Given a working directory
5
- And I use the existing project "existing-project-with-version-yaml" as a template
6
- And "VERSION.yml" contains hash "{ :major => 1, :minor => 5, :patch => 3}"
7
- And "existing-project-with-version/pkg/existing-project-with-version-1.5.3.gem" does not exist
8
- When I run "rake build" in "existing-project-with-version-yaml"
9
- Then I can gem install "existing-project-with-version-yaml/pkg/existing-project-with-version-1.5.3.gem"
@@ -1,31 +0,0 @@
1
- Feature: version rake task
2
-
3
- #Scenario: a newly created project without a version
4
- # Given a working directory
5
- # And I use the jeweler command to generate the "the-perfect-gem" project in the working directory
6
- # And "the-perfect-gem/VERSION" does not exist
7
- # When I run "rake version" in "the-perfect-gem"
8
- # Then the process should not exit cleanly
9
-
10
- Scenario: an existing project with version yaml
11
- Given a working directory
12
- And I use the existing project "existing-project-with-version-yaml" as a template
13
- And "VERSION.yml" contains hash "{ :major => 1, :minor => 5, :patch => 3}"
14
- When I run "rake version" in "existing-project-with-version-yaml"
15
- Then the process should exit cleanly
16
- And the current version, 1.5.3, is displayed
17
-
18
- Scenario: an existing project with version plaintext
19
- Given a working directory
20
- And I use the existing project "existing-project-with-version-plaintext" as a template
21
- And "VERSION" contains "1.5.3"
22
- When I run "rake version" in "existing-project-with-version-plaintext"
23
- Then the process should exit cleanly
24
- And the current version, 1.5.3, is displayed
25
-
26
- Scenario: an existing project with version constant
27
- Given a working directory
28
- And I use the existing project "existing-project-with-version-constant" as a template
29
- When I run "rake version" in "existing-project-with-version-constant"
30
- Then the process should exit cleanly
31
- And the current version, 1.0.0, is displayed
@@ -1,49 +0,0 @@
1
- Feature: bumping version
2
-
3
- Scenario: major version
4
- Given a working directory
5
- And I use the existing project "existing-project-with-version-yaml" as a template
6
- And "VERSION.yml" contains hash "{ :major => 1, :minor => 5, :patch => 3}"
7
- When I run "rake version:bump:major" in "existing-project-with-version-yaml"
8
- Then the process should exit cleanly
9
- And the updated version, 2.0.0, is displayed
10
-
11
- Scenario: minor version
12
- Given a working directory
13
- And I use the existing project "existing-project-with-version-yaml" as a template
14
- And "VERSION.yml" contains hash "{ :major => 1, :minor => 5, :patch => 3}"
15
- When I run "rake version:bump:minor" in "existing-project-with-version-yaml"
16
- Then the process should exit cleanly
17
- And the updated version, 1.6.0, is displayed
18
-
19
- Scenario: patch version
20
- Given a working directory
21
- And I use the existing project "existing-project-with-version-yaml" as a template
22
- And "VERSION.yml" contains hash "{ :major => 1, :minor => 5, :patch => 3}"
23
- When I run "rake version:bump:patch" in "existing-project-with-version-yaml"
24
- Then the process should exit cleanly
25
- And the updated version, 1.5.4, is displayed
26
-
27
- Scenario: arbitrary version
28
- Given a working directory
29
- And I use the existing project "existing-project-with-version-yaml" as a template
30
- And "VERSION.yml" contains hash "{ :major => 1, :minor => 5, :patch => 3}"
31
- When I run "rake version:write MAJOR=3 MINOR=7 PATCH=1" in "existing-project-with-version-yaml"
32
- Then the process should exit cleanly
33
- And the updated version, 3.7.1, is displayed
34
-
35
- Scenario: arbitrary version with a build version yaml
36
- Given a working directory
37
- And I use the existing project "existing-project-with-version-yaml" as a template
38
- And "VERSION.yml" contains hash "{ :major => 1, :minor => 5, :patch => 3}"
39
- When I run "rake version:write MAJOR=3 MINOR=7 PATCH=1 BUILD=2" in "existing-project-with-version-yaml"
40
- Then the process should exit cleanly
41
- And the updated version, 3.7.1.2, is displayed
42
-
43
- Scenario: arbitrary version with a build version plaintext
44
- Given a working directory
45
- And I use the existing project "existing-project-with-version-plaintext" as a template
46
- And "VERSION" contains "1.5.3"
47
- When I run "rake version:write MAJOR=3 MINOR=7 PATCH=1 BUILD=2" in "existing-project-with-version-plaintext"
48
- Then the process should exit cleanly
49
- And the updated version, 3.7.1.2, is displayed
@@ -1,245 +0,0 @@
1
- # Generated by jeweler
2
- # DO NOT EDIT THIS FILE DIRECTLY
3
- # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
- # -*- encoding: utf-8 -*-
5
-
6
- Gem::Specification.new do |s|
7
- s.name = %q{jeweler}
8
- s.version = "1.6.4"
9
-
10
- s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
- s.authors = ["Josh Nichols"]
12
- s.date = %q{2011-07-07}
13
- s.default_executable = %q{jeweler}
14
- s.description = %q{Simple and opinionated helper for creating Rubygem projects on GitHub}
15
- s.email = %q{josh@technicalpickles.com}
16
- s.executables = ["jeweler"]
17
- s.extra_rdoc_files = [
18
- "ChangeLog.markdown",
19
- "LICENSE.txt",
20
- "README.markdown"
21
- ]
22
- s.files = [
23
- ".document",
24
- "ChangeLog.markdown",
25
- "Gemfile",
26
- "Gemfile.lock",
27
- "LICENSE.txt",
28
- "README.markdown",
29
- "Rakefile",
30
- "bin/jeweler",
31
- "features/generator/cucumber.feature",
32
- "features/generator/directory_layout.feature",
33
- "features/generator/dotdocument.feature",
34
- "features/generator/env_options.feature",
35
- "features/generator/gemfile.feature",
36
- "features/generator/git.feature",
37
- "features/generator/license.feature",
38
- "features/generator/rakefile.feature",
39
- "features/generator/readme.feature",
40
- "features/generator/test.feature",
41
- "features/generator/test_helper.feature",
42
- "features/placeholder.feature",
43
- "features/step_definitions/debug_steps.rb",
44
- "features/step_definitions/filesystem_steps.rb",
45
- "features/step_definitions/generator_steps.rb",
46
- "features/step_definitions/task_steps.rb",
47
- "features/support/env.rb",
48
- "features/tasks/build_gem.feature",
49
- "features/tasks/version.feature",
50
- "features/tasks/version_bumping.feature",
51
- "jeweler.gemspec",
52
- "lib/jeweler.rb",
53
- "lib/jeweler/commands.rb",
54
- "lib/jeweler/commands/build_gem.rb",
55
- "lib/jeweler/commands/check_dependencies.rb",
56
- "lib/jeweler/commands/install_gem.rb",
57
- "lib/jeweler/commands/release_gemspec.rb",
58
- "lib/jeweler/commands/release_to_git.rb",
59
- "lib/jeweler/commands/release_to_rubygems.rb",
60
- "lib/jeweler/commands/validate_gemspec.rb",
61
- "lib/jeweler/commands/version/base.rb",
62
- "lib/jeweler/commands/version/bump_major.rb",
63
- "lib/jeweler/commands/version/bump_minor.rb",
64
- "lib/jeweler/commands/version/bump_patch.rb",
65
- "lib/jeweler/commands/version/write.rb",
66
- "lib/jeweler/commands/write_gemspec.rb",
67
- "lib/jeweler/errors.rb",
68
- "lib/jeweler/gemcutter_tasks.rb",
69
- "lib/jeweler/gemspec_helper.rb",
70
- "lib/jeweler/generator.rb",
71
- "lib/jeweler/generator/application.rb",
72
- "lib/jeweler/generator/bacon_mixin.rb",
73
- "lib/jeweler/generator/github_mixin.rb",
74
- "lib/jeweler/generator/micronaut_mixin.rb",
75
- "lib/jeweler/generator/minitest_mixin.rb",
76
- "lib/jeweler/generator/options.rb",
77
- "lib/jeweler/generator/rdoc_mixin.rb",
78
- "lib/jeweler/generator/riot_mixin.rb",
79
- "lib/jeweler/generator/rspec_mixin.rb",
80
- "lib/jeweler/generator/shindo_mixin.rb",
81
- "lib/jeweler/generator/shoulda_mixin.rb",
82
- "lib/jeweler/generator/testspec_mixin.rb",
83
- "lib/jeweler/generator/testunit_mixin.rb",
84
- "lib/jeweler/generator/yard_mixin.rb",
85
- "lib/jeweler/rubyforge_tasks.rb",
86
- "lib/jeweler/rubygems_dot_org_tasks.rb",
87
- "lib/jeweler/rubygems_tasks.rb",
88
- "lib/jeweler/specification.rb",
89
- "lib/jeweler/tasks.rb",
90
- "lib/jeweler/templates/.document",
91
- "lib/jeweler/templates/.gitignore",
92
- "lib/jeweler/templates/Gemfile",
93
- "lib/jeweler/templates/LICENSE.txt",
94
- "lib/jeweler/templates/README.rdoc",
95
- "lib/jeweler/templates/Rakefile",
96
- "lib/jeweler/templates/bacon/flunking.rb",
97
- "lib/jeweler/templates/bacon/helper.rb",
98
- "lib/jeweler/templates/bundler_setup.erb",
99
- "lib/jeweler/templates/features/default.feature",
100
- "lib/jeweler/templates/features/support/env.rb",
101
- "lib/jeweler/templates/jeweler_tasks.erb",
102
- "lib/jeweler/templates/micronaut/flunking.rb",
103
- "lib/jeweler/templates/micronaut/helper.rb",
104
- "lib/jeweler/templates/minitest/flunking.rb",
105
- "lib/jeweler/templates/minitest/helper.rb",
106
- "lib/jeweler/templates/other_tasks.erb",
107
- "lib/jeweler/templates/riot/flunking.rb",
108
- "lib/jeweler/templates/riot/helper.rb",
109
- "lib/jeweler/templates/rspec/.rspec",
110
- "lib/jeweler/templates/rspec/flunking.rb",
111
- "lib/jeweler/templates/rspec/helper.rb",
112
- "lib/jeweler/templates/shindo/flunking.rb",
113
- "lib/jeweler/templates/shindo/helper.rb",
114
- "lib/jeweler/templates/shoulda/flunking.rb",
115
- "lib/jeweler/templates/shoulda/helper.rb",
116
- "lib/jeweler/templates/testspec/flunking.rb",
117
- "lib/jeweler/templates/testspec/helper.rb",
118
- "lib/jeweler/templates/testunit/flunking.rb",
119
- "lib/jeweler/templates/testunit/helper.rb",
120
- "lib/jeweler/version.rb",
121
- "lib/jeweler/version_helper.rb",
122
- "test/fixtures/bar/VERSION.yml",
123
- "test/fixtures/bar/bin/foo_the_ultimate_bin",
124
- "test/fixtures/bar/hey_include_me_in_gemspec",
125
- "test/fixtures/bar/lib/foo_the_ultimate_lib.rb",
126
- "test/fixtures/existing-project-with-version-constant/.document",
127
- "test/fixtures/existing-project-with-version-constant/.gitignore",
128
- "test/fixtures/existing-project-with-version-constant/LICENSE.txt",
129
- "test/fixtures/existing-project-with-version-constant/README.rdoc",
130
- "test/fixtures/existing-project-with-version-constant/Rakefile",
131
- "test/fixtures/existing-project-with-version-constant/existing-project-with-version.gemspec",
132
- "test/fixtures/existing-project-with-version-constant/lib/existing_project_with_version.rb",
133
- "test/fixtures/existing-project-with-version-constant/test/existing_project_with_version_test.rb",
134
- "test/fixtures/existing-project-with-version-constant/test/test_helper.rb",
135
- "test/fixtures/existing-project-with-version-plaintext/.document",
136
- "test/fixtures/existing-project-with-version-plaintext/.gitignore",
137
- "test/fixtures/existing-project-with-version-plaintext/LICENSE.txt",
138
- "test/fixtures/existing-project-with-version-plaintext/README.rdoc",
139
- "test/fixtures/existing-project-with-version-plaintext/Rakefile",
140
- "test/fixtures/existing-project-with-version-plaintext/VERSION",
141
- "test/fixtures/existing-project-with-version-plaintext/existing-project-with-version.gemspec",
142
- "test/fixtures/existing-project-with-version-plaintext/lib/existing_project_with_version.rb",
143
- "test/fixtures/existing-project-with-version-plaintext/test/existing_project_with_version_test.rb",
144
- "test/fixtures/existing-project-with-version-plaintext/test/test_helper.rb",
145
- "test/fixtures/existing-project-with-version-yaml/.document",
146
- "test/fixtures/existing-project-with-version-yaml/.gitignore",
147
- "test/fixtures/existing-project-with-version-yaml/LICENSE.txt",
148
- "test/fixtures/existing-project-with-version-yaml/README.rdoc",
149
- "test/fixtures/existing-project-with-version-yaml/Rakefile",
150
- "test/fixtures/existing-project-with-version-yaml/VERSION.yml",
151
- "test/fixtures/existing-project-with-version-yaml/bin/foo_the_ultimate_bin",
152
- "test/fixtures/existing-project-with-version-yaml/existing-project-with-version.gemspec",
153
- "test/fixtures/existing-project-with-version-yaml/lib/existing_project_with_version.rb",
154
- "test/fixtures/existing-project-with-version-yaml/test/existing_project_with_version_test.rb",
155
- "test/fixtures/existing-project-with-version-yaml/test/test_helper.rb",
156
- "test/geminstaller.yml",
157
- "test/jeweler/commands/test_build_gem.rb",
158
- "test/jeweler/commands/test_install_gem.rb",
159
- "test/jeweler/commands/test_release_to_gemcutter.rb",
160
- "test/jeweler/commands/test_release_to_git.rb",
161
- "test/jeweler/commands/test_release_to_github.rb",
162
- "test/jeweler/commands/test_validate_gemspec.rb",
163
- "test/jeweler/commands/test_write_gemspec.rb",
164
- "test/jeweler/commands/version/test_base.rb",
165
- "test/jeweler/commands/version/test_bump_major.rb",
166
- "test/jeweler/commands/version/test_bump_minor.rb",
167
- "test/jeweler/commands/version/test_bump_patch.rb",
168
- "test/jeweler/commands/version/test_write.rb",
169
- "test/jeweler/generator/test_application.rb",
170
- "test/jeweler/generator/test_options.rb",
171
- "test/jeweler/test_gemspec_helper.rb",
172
- "test/jeweler/test_generator.rb",
173
- "test/jeweler/test_generator_initialization.rb",
174
- "test/jeweler/test_generator_mixins.rb",
175
- "test/jeweler/test_specification.rb",
176
- "test/jeweler/test_tasks.rb",
177
- "test/jeweler/test_version_helper.rb",
178
- "test/shoulda_macros/jeweler_macros.rb",
179
- "test/test_helper.rb",
180
- "test/test_jeweler.rb"
181
- ]
182
- s.homepage = %q{http://github.com/technicalpickles/jeweler}
183
- s.licenses = ["MIT"]
184
- s.require_paths = ["lib"]
185
- s.rubygems_version = %q{1.4.2}
186
- s.summary = %q{Opinionated tool for creating and managing RubyGem projects}
187
-
188
- if s.respond_to? :specification_version then
189
- s.specification_version = 3
190
-
191
- if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
192
- s.add_runtime_dependency(%q<rake>, [">= 0"])
193
- s.add_runtime_dependency(%q<git>, [">= 1.2.5"])
194
- s.add_runtime_dependency(%q<bundler>, ["~> 1.0"])
195
- s.add_development_dependency(%q<shoulda>, [">= 0"])
196
- s.add_development_dependency(%q<mhennemeyer-output_catcher>, [">= 0"])
197
- s.add_development_dependency(%q<rr>, [">= 0"])
198
- s.add_development_dependency(%q<mocha>, [">= 0"])
199
- s.add_development_dependency(%q<redgreen>, [">= 0"])
200
- s.add_development_dependency(%q<test-construct>, [">= 0"])
201
- s.add_development_dependency(%q<yard>, ["~> 0.6.0"])
202
- s.add_development_dependency(%q<bluecloth>, [">= 0"])
203
- s.add_development_dependency(%q<cucumber>, [">= 0"])
204
- s.add_development_dependency(%q<rcov>, [">= 0"])
205
- s.add_development_dependency(%q<timecop>, [">= 0"])
206
- s.add_development_dependency(%q<activesupport>, ["~> 2.3.5"])
207
- s.add_development_dependency(%q<ruby-debug>, [">= 0"])
208
- else
209
- s.add_dependency(%q<rake>, [">= 0"])
210
- s.add_dependency(%q<git>, [">= 1.2.5"])
211
- s.add_dependency(%q<bundler>, ["~> 1.0"])
212
- s.add_dependency(%q<shoulda>, [">= 0"])
213
- s.add_dependency(%q<mhennemeyer-output_catcher>, [">= 0"])
214
- s.add_dependency(%q<rr>, [">= 0"])
215
- s.add_dependency(%q<mocha>, [">= 0"])
216
- s.add_dependency(%q<redgreen>, [">= 0"])
217
- s.add_dependency(%q<test-construct>, [">= 0"])
218
- s.add_dependency(%q<yard>, ["~> 0.6.0"])
219
- s.add_dependency(%q<bluecloth>, [">= 0"])
220
- s.add_dependency(%q<cucumber>, [">= 0"])
221
- s.add_dependency(%q<rcov>, [">= 0"])
222
- s.add_dependency(%q<timecop>, [">= 0"])
223
- s.add_dependency(%q<activesupport>, ["~> 2.3.5"])
224
- s.add_dependency(%q<ruby-debug>, [">= 0"])
225
- end
226
- else
227
- s.add_dependency(%q<rake>, [">= 0"])
228
- s.add_dependency(%q<git>, [">= 1.2.5"])
229
- s.add_dependency(%q<bundler>, ["~> 1.0"])
230
- s.add_dependency(%q<shoulda>, [">= 0"])
231
- s.add_dependency(%q<mhennemeyer-output_catcher>, [">= 0"])
232
- s.add_dependency(%q<rr>, [">= 0"])
233
- s.add_dependency(%q<mocha>, [">= 0"])
234
- s.add_dependency(%q<redgreen>, [">= 0"])
235
- s.add_dependency(%q<test-construct>, [">= 0"])
236
- s.add_dependency(%q<yard>, ["~> 0.6.0"])
237
- s.add_dependency(%q<bluecloth>, [">= 0"])
238
- s.add_dependency(%q<cucumber>, [">= 0"])
239
- s.add_dependency(%q<rcov>, [">= 0"])
240
- s.add_dependency(%q<timecop>, [">= 0"])
241
- s.add_dependency(%q<activesupport>, ["~> 2.3.5"])
242
- s.add_dependency(%q<ruby-debug>, [">= 0"])
243
- end
244
- end
245
-
@@ -1,233 +0,0 @@
1
- # Generated by jeweler
2
- # DO NOT EDIT THIS FILE DIRECTLY
3
- # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
- # -*- encoding: utf-8 -*-
5
-
6
- Gem::Specification.new do |s|
7
- s.name = "jeweler2"
8
- s.version = "2.0.1"
9
-
10
- s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
- s.authors = ["Josh Nichols"]
12
- s.date = "2011-11-05"
13
- s.description = "Simple and opinionated helper for creating Rubygem projects on GitHub"
14
- s.email = "josh@technicalpickles.com"
15
- s.executables = ["jeweler"]
16
- s.extra_rdoc_files = [
17
- "ChangeLog.markdown",
18
- "LICENSE.txt",
19
- "README.markdown"
20
- ]
21
- s.files = [
22
- ".document",
23
- "ChangeLog.markdown",
24
- "Gemfile",
25
- "Gemfile.lock",
26
- "LICENSE.txt",
27
- "README.markdown",
28
- "Rakefile",
29
- "bin/jeweler",
30
- "features/generator/cucumber.feature",
31
- "features/generator/directory_layout.feature",
32
- "features/generator/dotdocument.feature",
33
- "features/generator/env_options.feature",
34
- "features/generator/gemfile.feature",
35
- "features/generator/git.feature",
36
- "features/generator/license.feature",
37
- "features/generator/rakefile.feature",
38
- "features/generator/readme.feature",
39
- "features/generator/test.feature",
40
- "features/generator/test_helper.feature",
41
- "features/placeholder.feature",
42
- "features/step_definitions/debug_steps.rb",
43
- "features/step_definitions/filesystem_steps.rb",
44
- "features/step_definitions/generator_steps.rb",
45
- "features/step_definitions/task_steps.rb",
46
- "features/support/env.rb",
47
- "features/tasks/build_gem.feature",
48
- "features/tasks/version.feature",
49
- "features/tasks/version_bumping.feature",
50
- "jeweler.gemspec",
51
- "jeweler2.gemspec",
52
- "lib/jeweler.rb",
53
- "lib/jeweler/commands.rb",
54
- "lib/jeweler/commands/build_gem.rb",
55
- "lib/jeweler/commands/check_dependencies.rb",
56
- "lib/jeweler/commands/install_gem.rb",
57
- "lib/jeweler/commands/release_gemspec.rb",
58
- "lib/jeweler/commands/release_to_git.rb",
59
- "lib/jeweler/commands/release_to_rubygems.rb",
60
- "lib/jeweler/commands/validate_gemspec.rb",
61
- "lib/jeweler/commands/version/base.rb",
62
- "lib/jeweler/commands/version/bump_major.rb",
63
- "lib/jeweler/commands/version/bump_minor.rb",
64
- "lib/jeweler/commands/version/bump_patch.rb",
65
- "lib/jeweler/commands/version/write.rb",
66
- "lib/jeweler/commands/write_gemspec.rb",
67
- "lib/jeweler/errors.rb",
68
- "lib/jeweler/gemcutter_tasks.rb",
69
- "lib/jeweler/gemspec_helper.rb",
70
- "lib/jeweler/generator.rb",
71
- "lib/jeweler/generator/application.rb",
72
- "lib/jeweler/generator/bacon_mixin.rb",
73
- "lib/jeweler/generator/github_mixin.rb",
74
- "lib/jeweler/generator/micronaut_mixin.rb",
75
- "lib/jeweler/generator/minitest_mixin.rb",
76
- "lib/jeweler/generator/options.rb",
77
- "lib/jeweler/generator/rdoc_mixin.rb",
78
- "lib/jeweler/generator/riot_mixin.rb",
79
- "lib/jeweler/generator/rspec_mixin.rb",
80
- "lib/jeweler/generator/shindo_mixin.rb",
81
- "lib/jeweler/generator/shoulda_mixin.rb",
82
- "lib/jeweler/generator/testspec_mixin.rb",
83
- "lib/jeweler/generator/testunit_mixin.rb",
84
- "lib/jeweler/generator/yard_mixin.rb",
85
- "lib/jeweler/rubyforge_tasks.rb",
86
- "lib/jeweler/rubygems_dot_org_tasks.rb",
87
- "lib/jeweler/rubygems_tasks.rb",
88
- "lib/jeweler/specification.rb",
89
- "lib/jeweler/tasks.rb",
90
- "lib/jeweler/templates/.document",
91
- "lib/jeweler/templates/.gitignore",
92
- "lib/jeweler/templates/Gemfile",
93
- "lib/jeweler/templates/LICENSE.txt",
94
- "lib/jeweler/templates/README.rdoc",
95
- "lib/jeweler/templates/Rakefile",
96
- "lib/jeweler/templates/bacon/flunking.rb",
97
- "lib/jeweler/templates/bacon/helper.rb",
98
- "lib/jeweler/templates/bundler_setup.erb",
99
- "lib/jeweler/templates/features/default.feature",
100
- "lib/jeweler/templates/features/support/env.rb",
101
- "lib/jeweler/templates/jeweler_tasks.erb",
102
- "lib/jeweler/templates/micronaut/flunking.rb",
103
- "lib/jeweler/templates/micronaut/helper.rb",
104
- "lib/jeweler/templates/minitest/flunking.rb",
105
- "lib/jeweler/templates/minitest/helper.rb",
106
- "lib/jeweler/templates/other_tasks.erb",
107
- "lib/jeweler/templates/riot/flunking.rb",
108
- "lib/jeweler/templates/riot/helper.rb",
109
- "lib/jeweler/templates/rspec/.rspec",
110
- "lib/jeweler/templates/rspec/flunking.rb",
111
- "lib/jeweler/templates/rspec/helper.rb",
112
- "lib/jeweler/templates/shindo/flunking.rb",
113
- "lib/jeweler/templates/shindo/helper.rb",
114
- "lib/jeweler/templates/shoulda/flunking.rb",
115
- "lib/jeweler/templates/shoulda/helper.rb",
116
- "lib/jeweler/templates/testspec/flunking.rb",
117
- "lib/jeweler/templates/testspec/helper.rb",
118
- "lib/jeweler/templates/testunit/flunking.rb",
119
- "lib/jeweler/templates/testunit/helper.rb",
120
- "lib/jeweler/version.rb",
121
- "lib/jeweler/version_helper.rb",
122
- "test/fixtures/bar/VERSION.yml",
123
- "test/fixtures/bar/bin/foo_the_ultimate_bin",
124
- "test/fixtures/bar/hey_include_me_in_gemspec",
125
- "test/fixtures/bar/lib/foo_the_ultimate_lib.rb",
126
- "test/fixtures/existing-project-with-version-constant/.document",
127
- "test/fixtures/existing-project-with-version-constant/.gitignore",
128
- "test/fixtures/existing-project-with-version-constant/LICENSE.txt",
129
- "test/fixtures/existing-project-with-version-constant/README.rdoc",
130
- "test/fixtures/existing-project-with-version-constant/Rakefile",
131
- "test/fixtures/existing-project-with-version-constant/existing-project-with-version.gemspec",
132
- "test/fixtures/existing-project-with-version-constant/lib/existing_project_with_version.rb",
133
- "test/fixtures/existing-project-with-version-constant/test/existing_project_with_version_test.rb",
134
- "test/fixtures/existing-project-with-version-constant/test/test_helper.rb",
135
- "test/fixtures/existing-project-with-version-plaintext/.document",
136
- "test/fixtures/existing-project-with-version-plaintext/.gitignore",
137
- "test/fixtures/existing-project-with-version-plaintext/LICENSE.txt",
138
- "test/fixtures/existing-project-with-version-plaintext/README.rdoc",
139
- "test/fixtures/existing-project-with-version-plaintext/Rakefile",
140
- "test/fixtures/existing-project-with-version-plaintext/VERSION",
141
- "test/fixtures/existing-project-with-version-plaintext/existing-project-with-version.gemspec",
142
- "test/fixtures/existing-project-with-version-plaintext/lib/existing_project_with_version.rb",
143
- "test/fixtures/existing-project-with-version-plaintext/test/existing_project_with_version_test.rb",
144
- "test/fixtures/existing-project-with-version-plaintext/test/test_helper.rb",
145
- "test/fixtures/existing-project-with-version-yaml/.document",
146
- "test/fixtures/existing-project-with-version-yaml/.gitignore",
147
- "test/fixtures/existing-project-with-version-yaml/LICENSE.txt",
148
- "test/fixtures/existing-project-with-version-yaml/README.rdoc",
149
- "test/fixtures/existing-project-with-version-yaml/Rakefile",
150
- "test/fixtures/existing-project-with-version-yaml/VERSION.yml",
151
- "test/fixtures/existing-project-with-version-yaml/bin/foo_the_ultimate_bin",
152
- "test/fixtures/existing-project-with-version-yaml/existing-project-with-version.gemspec",
153
- "test/fixtures/existing-project-with-version-yaml/lib/existing_project_with_version.rb",
154
- "test/fixtures/existing-project-with-version-yaml/test/existing_project_with_version_test.rb",
155
- "test/fixtures/existing-project-with-version-yaml/test/test_helper.rb",
156
- "test/geminstaller.yml",
157
- "test/jeweler/commands/test_build_gem.rb",
158
- "test/jeweler/commands/test_install_gem.rb",
159
- "test/jeweler/commands/test_release_to_gemcutter.rb",
160
- "test/jeweler/commands/test_release_to_git.rb",
161
- "test/jeweler/commands/test_release_to_github.rb",
162
- "test/jeweler/commands/test_validate_gemspec.rb",
163
- "test/jeweler/commands/test_write_gemspec.rb",
164
- "test/jeweler/commands/version/test_base.rb",
165
- "test/jeweler/commands/version/test_bump_major.rb",
166
- "test/jeweler/commands/version/test_bump_minor.rb",
167
- "test/jeweler/commands/version/test_bump_patch.rb",
168
- "test/jeweler/commands/version/test_write.rb",
169
- "test/jeweler/generator/test_application.rb",
170
- "test/jeweler/generator/test_options.rb",
171
- "test/jeweler/test_gemspec_helper.rb",
172
- "test/jeweler/test_generator.rb",
173
- "test/jeweler/test_generator_initialization.rb",
174
- "test/jeweler/test_generator_mixins.rb",
175
- "test/jeweler/test_specification.rb",
176
- "test/jeweler/test_tasks.rb",
177
- "test/jeweler/test_version_helper.rb",
178
- "test/shoulda_macros/jeweler_macros.rb",
179
- "test/test_helper.rb",
180
- "test/test_jeweler.rb"
181
- ]
182
- s.homepage = "http://github.com/appoxy/jeweler"
183
- s.licenses = ["MIT"]
184
- s.require_paths = ["lib"]
185
- s.rubygems_version = "1.8.11"
186
- s.summary = "Opinionated tool for creating and managing RubyGem projects"
187
-
188
- if s.respond_to? :specification_version then
189
- s.specification_version = 3
190
-
191
- if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
192
- s.add_runtime_dependency(%q<git>, [">= 1.2.5"])
193
- s.add_development_dependency(%q<shoulda>, [">= 0"])
194
- s.add_development_dependency(%q<rr>, [">= 0"])
195
- s.add_development_dependency(%q<mocha>, [">= 0"])
196
- s.add_development_dependency(%q<redgreen>, [">= 0"])
197
- s.add_development_dependency(%q<test-construct>, [">= 0"])
198
- s.add_development_dependency(%q<yard>, [">= 0"])
199
- s.add_development_dependency(%q<bluecloth>, [">= 0"])
200
- s.add_development_dependency(%q<cucumber>, [">= 0"])
201
- s.add_development_dependency(%q<rcov>, [">= 0"])
202
- s.add_development_dependency(%q<timecop>, [">= 0"])
203
- s.add_development_dependency(%q<activesupport>, ["~> 3"])
204
- else
205
- s.add_dependency(%q<git>, [">= 1.2.5"])
206
- s.add_dependency(%q<shoulda>, [">= 0"])
207
- s.add_dependency(%q<rr>, [">= 0"])
208
- s.add_dependency(%q<mocha>, [">= 0"])
209
- s.add_dependency(%q<redgreen>, [">= 0"])
210
- s.add_dependency(%q<test-construct>, [">= 0"])
211
- s.add_dependency(%q<yard>, [">= 0"])
212
- s.add_dependency(%q<bluecloth>, [">= 0"])
213
- s.add_dependency(%q<cucumber>, [">= 0"])
214
- s.add_dependency(%q<rcov>, [">= 0"])
215
- s.add_dependency(%q<timecop>, [">= 0"])
216
- s.add_dependency(%q<activesupport>, ["~> 3"])
217
- end
218
- else
219
- s.add_dependency(%q<git>, [">= 1.2.5"])
220
- s.add_dependency(%q<shoulda>, [">= 0"])
221
- s.add_dependency(%q<rr>, [">= 0"])
222
- s.add_dependency(%q<mocha>, [">= 0"])
223
- s.add_dependency(%q<redgreen>, [">= 0"])
224
- s.add_dependency(%q<test-construct>, [">= 0"])
225
- s.add_dependency(%q<yard>, [">= 0"])
226
- s.add_dependency(%q<bluecloth>, [">= 0"])
227
- s.add_dependency(%q<cucumber>, [">= 0"])
228
- s.add_dependency(%q<rcov>, [">= 0"])
229
- s.add_dependency(%q<timecop>, [">= 0"])
230
- s.add_dependency(%q<activesupport>, ["~> 3"])
231
- end
232
- end
233
-