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 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
@@ -4,7 +4,6 @@ gem "httparty", "~> 0.8.3"
4
4
 
5
5
  group :development do
6
6
  gem "shoulda", ">= 0"
7
- gem "bundler", "~> 1.1.3"
8
7
  gem "jeweler", "~> 1.6.4"
9
8
  gem "rcov", ">= 0"
10
9
  gem "rspec", "~> 2.6.0"
@@ -44,7 +44,6 @@ PLATFORMS
44
44
  ruby
45
45
 
46
46
  DEPENDENCIES
47
- bundler (~> 1.1.3)
48
47
  cucumber (~> 1.0.2)
49
48
  httparty (~> 0.8.3)
50
49
  jeweler (~> 1.6.4)
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.3
1
+ 0.4.4
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "artisan"
8
- s.version = "0.4.3"
8
+ s.version = "0.4.4"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["patrickgombert"]
@@ -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.3
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: