cf 4.1.2.rc1 → 4.1.2.rc2
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/lib/cf/version.rb +1 -1
- data/lib/tasks/gem_release.rake +2 -1
- metadata +2 -2
data/lib/cf/version.rb
CHANGED
data/lib/tasks/gem_release.rake
CHANGED
|
@@ -7,6 +7,7 @@ namespace :gem do
|
|
|
7
7
|
old_version = gem_version
|
|
8
8
|
|
|
9
9
|
sh! "gem bump --version #{version} --no-commit"
|
|
10
|
+
sh! "git add lib/cf/version.rb"
|
|
10
11
|
|
|
11
12
|
print_with_purpose "Bumping to version #{gem_version}"
|
|
12
13
|
generate_release_notes(old_version)
|
|
@@ -38,4 +39,4 @@ namespace :gem do
|
|
|
38
39
|
end
|
|
39
40
|
Gem::Specification.load("cf.gemspec").version.to_s
|
|
40
41
|
end
|
|
41
|
-
end
|
|
42
|
+
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cf
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.1.2.
|
|
4
|
+
version: 4.1.2.rc2
|
|
5
5
|
prerelease: 6
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -618,7 +618,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
618
618
|
version: '0'
|
|
619
619
|
segments:
|
|
620
620
|
- 0
|
|
621
|
-
hash:
|
|
621
|
+
hash: -4386331763096695896
|
|
622
622
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
623
623
|
none: false
|
|
624
624
|
requirements:
|