cucumber 0.4.5.rc1 → 0.4.5.rc2
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +0 -3
- data/VERSION.yml +1 -1
- data/cucumber.gemspec +2 -2
- data/lib/cucumber/platform.rb +1 -1
- metadata +2 -2
data/Rakefile
CHANGED
@@ -44,9 +44,6 @@ POST_INSTALL_MESSAGE
|
|
44
44
|
end
|
45
45
|
|
46
46
|
Jeweler::GemcutterTasks.new
|
47
|
-
Jeweler::RubyforgeTasks.new do |rubyforge|
|
48
|
-
rubyforge.doc_task = "sdoc"
|
49
|
-
end
|
50
47
|
rescue LoadError
|
51
48
|
puts "Jeweler (or a dependency) not available. Install it with: sudo gem install jeweler"
|
52
49
|
end
|
data/VERSION.yml
CHANGED
data/cucumber.gemspec
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{cucumber}
|
8
|
-
s.version = "0.4.5.
|
8
|
+
s.version = "0.4.5.rc2"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Aslak Helles\303\270y"]
|
@@ -536,7 +536,7 @@ Gem::Specification.new do |s|
|
|
536
536
|
|
537
537
|
(::) U P G R A D I N G (::)
|
538
538
|
|
539
|
-
Thank you for installing cucumber-0.4.5.
|
539
|
+
Thank you for installing cucumber-0.4.5.rc2.
|
540
540
|
Please be sure to read http://wiki.github.com/aslakhellesoy/cucumber/upgrading
|
541
541
|
for important information about this release. Happy cuking!
|
542
542
|
|
data/lib/cucumber/platform.rb
CHANGED
@@ -5,7 +5,7 @@ require 'yaml'
|
|
5
5
|
|
6
6
|
module Cucumber
|
7
7
|
version = YAML.load_file(File.dirname(__FILE__) + '/../../VERSION.yml')
|
8
|
-
VERSION =
|
8
|
+
VERSION = [version[:major], version[:minor], version[:patch], version[:build]].compact.join('.')
|
9
9
|
LANGUAGE_FILE = File.expand_path(File.dirname(__FILE__) + '/languages.yml')
|
10
10
|
LANGUAGES = YAML.load_file(LANGUAGE_FILE)
|
11
11
|
BINARY = File.expand_path(File.dirname(__FILE__) + '/../../bin/cucumber')
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cucumber
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.5.
|
4
|
+
version: 0.4.5.rc2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- "Aslak Helles\xC3\xB8y"
|
@@ -632,7 +632,7 @@ post_install_message: |+
|
|
632
632
|
|
633
633
|
(::) U P G R A D I N G (::)
|
634
634
|
|
635
|
-
Thank you for installing cucumber-0.4.5.
|
635
|
+
Thank you for installing cucumber-0.4.5.rc2.
|
636
636
|
Please be sure to read http://wiki.github.com/aslakhellesoy/cucumber/upgrading
|
637
637
|
for important information about this release. Happy cuking!
|
638
638
|
|