dev_flow 0.3.0 → 0.3.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.
data/lib/dev_flow/app.rb CHANGED
@@ -27,7 +27,9 @@ module DevFlow
27
27
  info "Load local configuration from #{@config[:local_config]}"
28
28
  @config = @config.merge(YAML.load(File.open(@config[:local_config], 'r:utf-8').read))
29
29
  end
30
-
30
+
31
+ error "Do not work on master branch. Please swith to develop branch." if @git.current_branch == 'master'
32
+
31
33
  # load roadmap into variable @roadmap
32
34
  load_roadmap
33
35
 
File without changes
@@ -1,3 +1,3 @@
1
1
  module DevFlow
2
- VERSION = '0.3.0'
2
+ VERSION = '0.3.1'
3
3
  end
data/tags CHANGED
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dev_flow
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-04-21 00:00:00.000000000 Z
12
+ date: 2013-04-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: term-ansicolor
@@ -108,7 +108,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
108
108
  version: '0'
109
109
  requirements: []
110
110
  rubyforge_project:
111
- rubygems_version: 1.8.24
111
+ rubygems_version: 1.8.25
112
112
  signing_key:
113
113
  specification_version: 3
114
114
  summary: a bundle of tools for ROADMAP/git based development flow control.