tracco 0.0.9 → 0.0.10

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,3 +1,6 @@
1
+ 0.0.10
2
+ - Including Mongoid::MultiParameterAttributes in Effort and Estimate to enable date params to be collected correctly by Rails app (e.g. using the Rails' date_select form helper)
3
+
1
4
  0.0.8 - 0.0.9
2
5
  - Gem rename :)
3
6
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- tracco (0.0.9)
4
+ tracco (0.0.10)
5
5
  bson_ext
6
6
  chronic
7
7
  google_drive
@@ -48,7 +48,7 @@ GEM
48
48
  jwt (0.1.5)
49
49
  multi_json (>= 1.0)
50
50
  mime-types (1.21)
51
- mongoid (3.1.0)
51
+ mongoid (3.1.1)
52
52
  activemodel (~> 3.2)
53
53
  moped (~> 1.4.2)
54
54
  origin (~> 1.0)
@@ -58,7 +58,7 @@ GEM
58
58
  rake
59
59
  rspec (>= 2.9)
60
60
  moped (1.4.2)
61
- multi_json (1.6.0)
61
+ multi_json (1.6.1)
62
62
  multi_xml (0.5.3)
63
63
  multipart-post (1.1.5)
64
64
  nokogiri (1.5.6)
data/lib/tracco/effort.rb CHANGED
@@ -1,6 +1,7 @@
1
1
  class Effort
2
2
  include Mongoid::Document
3
3
  include Mongoid::Timestamps
4
+ include Mongoid::MultiParameterAttributes
4
5
 
5
6
  field :amount, type: BigDecimal
6
7
  field :date, type: Date
@@ -1,6 +1,7 @@
1
1
  class Estimate
2
2
  include Mongoid::Document
3
3
  include Mongoid::Timestamps
4
+ include Mongoid::MultiParameterAttributes
4
5
 
5
6
  field :amount, type: BigDecimal
6
7
  field :date, type: Date
@@ -22,4 +23,4 @@ class Estimate
22
23
  def to_s
23
24
  "[#{date}] estimated #{amount} hours"
24
25
  end
25
- end
26
+ end
@@ -1,3 +1,3 @@
1
1
  class TrelloEffortTracker
2
- VERSION = '0.0.9'
2
+ VERSION = '0.0.10'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tracco
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
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-02-17 00:00:00.000000000 Z
12
+ date: 2013-02-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: ruby-trello
@@ -298,7 +298,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
298
298
  version: '0'
299
299
  segments:
300
300
  - 0
301
- hash: 499793914169184539
301
+ hash: -1596620842390215529
302
302
  required_rubygems_version: !ruby/object:Gem::Requirement
303
303
  none: false
304
304
  requirements: