tracco 0.0.9 → 0.0.10
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/CHANGELOG +3 -0
- data/Gemfile.lock +3 -3
- data/lib/tracco/effort.rb +1 -0
- data/lib/tracco/estimate.rb +2 -1
- data/lib/tracco/version.rb +1 -1
- metadata +3 -3
data/CHANGELOG
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
tracco (0.0.
|
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.
|
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.
|
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
data/lib/tracco/estimate.rb
CHANGED
@@ -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
|
data/lib/tracco/version.rb
CHANGED
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.
|
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-
|
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:
|
301
|
+
hash: -1596620842390215529
|
302
302
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
303
303
|
none: false
|
304
304
|
requirements:
|