jeweler 1.5.0.pre6 → 1.5.0

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/jeweler.gemspec CHANGED
@@ -1,13 +1,13 @@
1
1
  # Generated by jeweler
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
- # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{jeweler}
8
- s.version = "1.5.0.pre6"
8
+ s.version = "1.5.0"
9
9
 
10
- s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
10
+ s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Josh Nichols"]
12
12
  s.date = %q{2010-11-13}
13
13
  s.default_executable = %q{jeweler}
@@ -16,7 +16,7 @@ class Jeweler
16
16
  def run
17
17
  unless clean_staging_area?
18
18
  system "git status"
19
- raise "Unclean staging area! Be sure to commit or .gitignore everything first."
19
+ raise "Unclean staging area! Be sure to commit or .gitignore everything first. See `git status` above."
20
20
  end
21
21
 
22
22
  repo.checkout('master')
@@ -14,7 +14,7 @@ class Jeweler
14
14
  def run
15
15
  unless clean_staging_area?
16
16
  system "git status"
17
- raise "Unclean staging area! Be sure to commit or .gitignore everything first."
17
+ raise "Unclean staging area! Be sure to commit or .gitignore everything first. See `git status` above."
18
18
  end
19
19
 
20
20
  repo.checkout('master')
@@ -36,7 +36,7 @@ class Jeweler
36
36
  gemspec_ruby = <<-END
37
37
  # Generated by jeweler
38
38
  # DO NOT EDIT THIS FILE DIRECTLY
39
- # Instead, edit Jeweler::Tasks in #{Rake.application.rakefile}, and run the gemspec command
39
+ # Instead, edit Jeweler::Tasks in #{Rake.application.rakefile}, and run 'rake gemspec'
40
40
  #{gemspec_ruby}
41
41
  END
42
42
  end
@@ -2,7 +2,7 @@ class Jeweler
2
2
  class Generator
3
3
  module RspecMixin
4
4
  def self.extended(generator)
5
- generator.development_dependencies << ["rspec", "~> 2.0.0"]
5
+ generator.development_dependencies << ["rspec", "~> 2.1.0"]
6
6
  end
7
7
 
8
8
  def default_task
data/lib/jeweler/tasks.rb CHANGED
@@ -173,20 +173,22 @@ class Jeweler
173
173
 
174
174
  task :release => 'git:release'
175
175
 
176
- desc "Check that runtime and development dependencies are installed"
177
- task :check_dependencies do
178
- jeweler.check_dependencies
179
- end
180
-
181
- namespace :check_dependencies do
182
- desc "Check that runtime dependencies are installed"
183
- task :runtime do
184
- jeweler.check_dependencies(:runtime)
176
+ unless File.exist?('Gemfile')
177
+ desc "Check that runtime and development dependencies are installed"
178
+ task :check_dependencies do
179
+ jeweler.check_dependencies
185
180
  end
186
181
 
187
- desc"Check that development dependencies are installed"
188
- task :development do
189
- jeweler.check_dependencies(:development)
182
+ namespace :check_dependencies do
183
+ desc "Check that runtime dependencies are installed"
184
+ task :runtime do
185
+ jeweler.check_dependencies(:runtime)
186
+ end
187
+
188
+ desc"Check that development dependencies are installed"
189
+ task :development do
190
+ jeweler.check_dependencies(:development)
191
+ end
190
192
  end
191
193
  end
192
194
 
@@ -3,7 +3,7 @@ class Jeweler
3
3
  MAJOR = 1
4
4
  MINOR = 5
5
5
  PATCH = 0
6
- BUILD = 'pre6'
6
+ BUILD = nil
7
7
 
8
8
  STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.')
9
9
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jeweler
3
3
  version: !ruby/object:Gem::Version
4
- hash: -1876988219
5
- prerelease: true
4
+ hash: 3
5
+ prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 5
9
9
  - 0
10
- - pre6
11
- version: 1.5.0.pre6
10
+ version: 1.5.0
12
11
  platform: ruby
13
12
  authors:
14
13
  - Josh Nichols
@@ -441,14 +440,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
441
440
  required_rubygems_version: !ruby/object:Gem::Requirement
442
441
  none: false
443
442
  requirements:
444
- - - ">"
443
+ - - ">="
445
444
  - !ruby/object:Gem::Version
446
- hash: 25
445
+ hash: 3
447
446
  segments:
448
- - 1
449
- - 3
450
- - 1
451
- version: 1.3.1
447
+ - 0
448
+ version: "0"
452
449
  requirements: []
453
450
 
454
451
  rubyforge_project: