redbooth-ruby 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 692e8f9839878105ee6ec99b9dc7a64579544ad7
4
- data.tar.gz: 04ab4683e0fceb79fb698c6010717f2780969d35
3
+ metadata.gz: 75bf784e3b7d238bd834d43b333da0cdf591c9ec
4
+ data.tar.gz: 7291e16186692a8ae85a8cb63bcb9949c04d98c8
5
5
  SHA512:
6
- metadata.gz: a4e1b0e85e1cd03a2173dde105762166af2c74d93bedfcd8d41f3ceba4bda233593e78cbe027f91e80f4071624f884403a25f890646ef3979c62cc57a4833422
7
- data.tar.gz: bebc751bf5a7baae1c4b8ff4ebfed387c9a36cecb1e271da4c72e5f34887ccce9c375da902bdbf1b38dd5a91639b2fbc0f290655cb261dc7f546059bde932d61
6
+ metadata.gz: b02bf10e0840dfc3949bd3aace27eefe9b6be70d7510f77de05f288d6f3477547e4843a5925b72f4c1705d7c649ba13c10b7883c8469954f896e24a24ad339ae
7
+ data.tar.gz: b800efb959d8f6a1dab10f51308476f09c9649ff8c24e51568e42f68c7d83b6f4fda49c0fc8eccdf935c71b7b3ea110d68826010c25ea070ee4cc6fe51adb1fc
@@ -20,6 +20,5 @@ module RedboothRuby
20
20
  :deleted,
21
21
  :created_at,
22
22
  :updated_at
23
-
24
23
  end
25
24
  end
@@ -11,8 +11,8 @@ module RedboothRuby
11
11
  :task_id,
12
12
  :resolved,
13
13
  :position,
14
+ :row_order,
14
15
  :created_at,
15
16
  :updated_at
16
-
17
17
  end
18
18
  end
@@ -17,6 +17,7 @@ module RedboothRuby
17
17
  :urgent,
18
18
  :user_id,
19
19
  :position,
20
+ :row_order,
20
21
  :last_activity_id,
21
22
  :record_conversion_type,
22
23
  :record_conversion_id,
@@ -32,6 +33,5 @@ module RedboothRuby
32
33
  :due_on,
33
34
  :created_at,
34
35
  :updated_at
35
-
36
36
  end
37
37
  end
@@ -1,3 +1,3 @@
1
1
  module RedboothRuby
2
- VERSION = '0.2.0'
2
+ VERSION = '0.2.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: redbooth-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andres Bravo
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2015-07-27 00:00:00.000000000 Z
15
+ date: 2015-08-11 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: json