sly 0.0.10 → 0.0.11
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/sly/item.rb +1 -1
- data/lib/sly/version.rb +1 -1
- metadata +6 -5
data/lib/sly/item.rb
CHANGED
|
@@ -3,7 +3,7 @@ require 'rainbow'
|
|
|
3
3
|
class Sly::Item
|
|
4
4
|
|
|
5
5
|
TYPE_COLOR = { task: :black, test: :blue, defect: :red, feature: :green }
|
|
6
|
-
TYPES = { "task" => :task, "defect" => :defect, "story" => :feature }
|
|
6
|
+
TYPES = { "task" => :task, "defect" => :defect, "story" => :feature, "test" => :test}
|
|
7
7
|
|
|
8
8
|
attr_accessor :number, :archived, :title, :score, :tags, :status, :type
|
|
9
9
|
|
data/lib/sly/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sly
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.11
|
|
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-07-
|
|
12
|
+
date: 2013-07-16 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rake
|
|
@@ -162,7 +162,8 @@ files:
|
|
|
162
162
|
- README.rdoc
|
|
163
163
|
- sly.rdoc
|
|
164
164
|
homepage: http://www.terracoding.com/sprintly
|
|
165
|
-
licenses:
|
|
165
|
+
licenses:
|
|
166
|
+
- cc-zero
|
|
166
167
|
post_install_message:
|
|
167
168
|
rdoc_options:
|
|
168
169
|
- --title
|
|
@@ -181,7 +182,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
181
182
|
version: '0'
|
|
182
183
|
segments:
|
|
183
184
|
- 0
|
|
184
|
-
hash: -
|
|
185
|
+
hash: -2577517888500981079
|
|
185
186
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
186
187
|
none: false
|
|
187
188
|
requirements:
|
|
@@ -190,7 +191,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
190
191
|
version: '0'
|
|
191
192
|
segments:
|
|
192
193
|
- 0
|
|
193
|
-
hash: -
|
|
194
|
+
hash: -2577517888500981079
|
|
194
195
|
requirements: []
|
|
195
196
|
rubyforge_project:
|
|
196
197
|
rubygems_version: 1.8.25
|