dev_flow 0.5.5 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ ZDNlM2Q4YTViNGU5OTQ0ZTE5YmM5ZTVkMWQwYjJhZmUxMzlmZmZmNw==
5
+ data.tar.gz: !binary |-
6
+ OTk1ZjYwYmMxOGNjMTk4ZmFiYjQ0N2QxZTI5MGI4ZWY1N2MyZWZkNA==
7
+ !binary "U0hBNTEy":
8
+ metadata.gz: !binary |-
9
+ MzhkYzliZWI3MmY5NjJmM2JhMTI1NTRlM2NmNjM2M2U0YWY0MmQ3NmJjZTI4
10
+ MzhkOWExYzdjYjMzNGE2MGY2MjVjYWNkNDQ0Njk2YzI4ZmY1M2U2NGZjNGIz
11
+ YjBmODM5ZDk0ZWJiNGMxZTQzY2Y2YjMxZTI5NWU3OTQ5MTFhOTg=
12
+ data.tar.gz: !binary |-
13
+ NWMwYWZjZDc0ZTM3ZDIzMjU4NDA1M2Q5OTNjODljYmI3ZTA3ZDFkMDNiMDY2
14
+ NWEwYmQxNWUzMmI1MTJkMzYyZGIyYzUyNGNjOTY2ZjdmZjljZGM2Y2Y4ZThk
15
+ YmEwODY3MzU5MWNmODlhNGE4MDgxMDVhYTk2OWNhOWQ3ZWVhMTU=
data/README.md CHANGED
File without changes
data/Rakefile CHANGED
File without changes
data/bin/dw CHANGED
@@ -47,11 +47,11 @@ optparse = OptionParser.new do |opts|
47
47
  raise "the specified members file #{mf} is not exists." unless File.exists? mf
48
48
  end
49
49
 
50
- opts.on('-o', '--offline', 'do not use remote git server') do
50
+ opts.on('-o', '--offline', 'do not use remote git server') do
51
51
  options[:offline] = true
52
52
  end
53
53
 
54
- options[:docs] = 'docs'
54
+ options[:docs] = 'doc'
55
55
  opts.on('-d DIR', '--docs DIR', 'document directory for gantt chart') do |dir|
56
56
  options[:docs] = dir
57
57
  end
data/bin/ot.exe CHANGED
File without changes
data/examples/members.yml CHANGED
File without changes
data/lib/dev_flow.rb CHANGED
File without changes
data/lib/dev_flow/app.rb CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
data/lib/dev_flow/girc.rb CHANGED
File without changes
File without changes
File without changes
data/lib/dev_flow/task.rb CHANGED
File without changes
File without changes
File without changes
@@ -1,3 +1,3 @@
1
1
  module DevFlow
2
- VERSION = '0.5.5'
2
+ VERSION = '0.6.0'
3
3
  end
data/spec/app_spec.rb CHANGED
File without changes
File without changes
data/spec/roadmap_spec.rb CHANGED
File without changes
data/spec/spec_helper.rb CHANGED
File without changes
data/spec/task_spec.rb CHANGED
File without changes
data/spec/version_spec.rb CHANGED
File without changes
data/tags CHANGED
File without changes
File without changes
File without changes
File without changes
metadata CHANGED
@@ -1,20 +1,18 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dev_flow
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.5
5
- prerelease:
4
+ version: 0.6.0
6
5
  platform: ruby
7
6
  authors:
8
7
  - Huang Wei
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-05-27 00:00:00.000000000 Z
11
+ date: 2014-02-07 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: term-ansicolor
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
17
  - - ! '>='
20
18
  - !ruby/object:Gem::Version
@@ -22,7 +20,6 @@ dependencies:
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
24
  - - ! '>='
28
25
  - !ruby/object:Gem::Version
@@ -30,7 +27,6 @@ dependencies:
30
27
  - !ruby/object:Gem::Dependency
31
28
  name: rspec
32
29
  requirement: !ruby/object:Gem::Requirement
33
- none: false
34
30
  requirements:
35
31
  - - ~>
36
32
  - !ruby/object:Gem::Version
@@ -38,7 +34,6 @@ dependencies:
38
34
  type: :development
39
35
  prerelease: false
40
36
  version_requirements: !ruby/object:Gem::Requirement
41
- none: false
42
37
  requirements:
43
38
  - - ~>
44
39
  - !ruby/object:Gem::Version
@@ -93,6 +88,7 @@ files:
93
88
  - templates/jsgantt.html.erb
94
89
  homepage: https://github.com/huangw/dev_flow-gem
95
90
  licenses: []
91
+ metadata: {}
96
92
  post_install_message:
97
93
  rdoc_options:
98
94
  - --line-numbers
@@ -105,22 +101,20 @@ rdoc_options:
105
101
  require_paths:
106
102
  - lib
107
103
  required_ruby_version: !ruby/object:Gem::Requirement
108
- none: false
109
104
  requirements:
110
105
  - - ! '>='
111
106
  - !ruby/object:Gem::Version
112
107
  version: '0'
113
108
  required_rubygems_version: !ruby/object:Gem::Requirement
114
- none: false
115
109
  requirements:
116
110
  - - ! '>='
117
111
  - !ruby/object:Gem::Version
118
112
  version: '0'
119
113
  requirements: []
120
114
  rubyforge_project:
121
- rubygems_version: 1.8.24
115
+ rubygems_version: 2.0.6
122
116
  signing_key:
123
- specification_version: 3
117
+ specification_version: 4
124
118
  summary: a bundle of tools for ROADMAP/git based development flow control.
125
119
  test_files:
126
120
  - spec/app_spec.rb
@@ -129,4 +123,3 @@ test_files:
129
123
  - spec/spec_helper.rb
130
124
  - spec/task_spec.rb
131
125
  - spec/version_spec.rb
132
- has_rdoc: