abstract_feature_branch 0.6.0 → 0.6.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e0ac105f82f311d41f4de3e74b47d80a97f256ae
4
- data.tar.gz: 2a6c82543d466d7f0783e325d4a351e81ccac8d3
3
+ metadata.gz: fea57f9aa274e9050c3249dec4296daada0fb745
4
+ data.tar.gz: 13fe5f9dea09cf4dfb1ffe47927a5937806d1c3d
5
5
  SHA512:
6
- metadata.gz: 2e19186625bb9665d2606069de65e9ae9131cf4287c6ec2a467a235ce4698ccba85b818e17d9f07cec343f65c77207956161c4ae1a5ef7883de2067642746bfd
7
- data.tar.gz: 6dcf6ac83b3ce412f9b5fd0de2999889042ca94b0ab21a31c7268386471ef178de6a3e6256cdd6ad1efb66ab0fdf801e0448511a41673fa2a247b34da665a1a4
6
+ metadata.gz: 61bdeb6e46e3ab440a75f8ac3c5b191902ab06ac0979992298e5bbfed581d10318d05bf14d4efa66ddc0ebfd043054695688daf8ae069b1330c421223d949b6c
7
+ data.tar.gz: 46291cb6ca9892c370db7cf24a9556dae2b6bfb10a84c65a315343b57a849e6678aa8714fbd98ae14f6dde855a3f3905cb101db2670a482916b81d3087289a73
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.6.0
1
+ 0.6.1
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "abstract_feature_branch"
8
- s.version = "0.6.0"
8
+ s.version = "0.6.1"
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"]
@@ -3,7 +3,7 @@ module AbstractFeatureBranch
3
3
  class ContextGenerator < Rails::Generators::NamedBase
4
4
  source_root File.expand_path("../../templates", __FILE__)
5
5
 
6
- desc "Creates a configuration file for a specific application context (e.g. admin). Takes context path as argument (e.g. admin or internal/wiki) to create config/features/#{context_path}.yml"
6
+ desc "Creates a configuration file for a specific application context (e.g. admin). Takes context path as argument (e.g. admin or internal/wiki) to create config/features/#{file_path}.yml"
7
7
  def copy_config
8
8
  template "config/features.yml", "config/features/#{file_path}.yml"
9
9
  end
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.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Annas "Andy" Maleh