abstract_feature_branch 0.3.2 → 0.3.3

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -1,5 +1,5 @@
1
- Abstract Feature Branch 0.2.0
2
- =============================
1
+ Abstract Feature Branch
2
+ =======================
3
3
 
4
4
  abstract_feature_branch is a Rails gem that enables developers to easily branch by
5
5
  abstraction as per this pattern: http://paulhammant.com/blog/branch_by_abstraction.html
@@ -111,6 +111,9 @@ for better maintenance as the need is not longer there for feature branching at
111
111
  Release Notes
112
112
  -------------
113
113
 
114
+ Version 0.3.3:
115
+ - Removed version from README title
116
+
114
117
  Version 0.3.2:
115
118
  - Added AbstractFeatureBranch.features to delay YAML load until Rails.root has been established
116
119
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.2
1
+ 0.3.3
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "abstract_feature_branch"
8
- s.version = "0.3.2"
8
+ s.version = "0.3.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Annas \"Andy\" Maleh"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: abstract_feature_branch
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -109,7 +109,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
109
109
  version: '0'
110
110
  segments:
111
111
  - 0
112
- hash: -2408049150317696638
112
+ hash: 3339737454588105210
113
113
  required_rubygems_version: !ruby/object:Gem::Requirement
114
114
  none: false
115
115
  requirements: