artisan 0.4.3 → 0.4.4
Sign up to get free protection for your applications and to get access to all the features.
- data/.rvmrc +1 -1
- data/Gemfile +0 -1
- data/Gemfile.lock +0 -1
- data/VERSION +1 -1
- data/artisan.gemspec +1 -1
- data/lib/artisan/iteration.rb +2 -1
- metadata +1 -4
data/.rvmrc
CHANGED
@@ -1 +1 @@
|
|
1
|
-
rvm use ruby-1.9.2-p290@artisan_gem
|
1
|
+
rvm use ruby-1.9.2-p290@artisan_gem --create
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.4.
|
1
|
+
0.4.4
|
data/artisan.gemspec
CHANGED
data/lib/artisan/iteration.rb
CHANGED
@@ -5,7 +5,8 @@ module Artisan
|
|
5
5
|
|
6
6
|
hash_attr_accessor :id, :velocity, :created_at, :updated_at,
|
7
7
|
:complete, :completed_at, :team_size, :start_date, :number,
|
8
|
-
:committed_points_at_completion, :finish_date
|
8
|
+
:committed_points_at_completion, :finish_date,
|
9
|
+
:total_billed_points
|
9
10
|
|
10
11
|
end
|
11
12
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: artisan
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.4
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -169,9 +169,6 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
169
169
|
- - ! '>='
|
170
170
|
- !ruby/object:Gem::Version
|
171
171
|
version: '0'
|
172
|
-
segments:
|
173
|
-
- 0
|
174
|
-
hash: 988541713922532917
|
175
172
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
176
173
|
none: false
|
177
174
|
requirements:
|