roqua-rom-api 0.1.2 → 0.1.3

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: 955e1f5fc17c5ca47534572d1ab46b245201f087
4
- data.tar.gz: 40ef22892320a4cf7e75672cb67687b4f09adc61
3
+ metadata.gz: 598043882196dc332c26289539efbe59b62a23d5
4
+ data.tar.gz: 651fe8be6b0eec2c07a24ff44b4de466b4bab0c8
5
5
  SHA512:
6
- metadata.gz: 6f3bb605f18114ead59c27d0fbcfe5ad39d520486709989fb6397264d30d95169e7a3762971ac69b30855b9331f6babe2c8f5bd2be5591e8f96496747bbbe9ab
7
- data.tar.gz: 9583dbf69a04111b033450b19fa8930b5b66e7781b56522b6dad39bcae4d95f0c853236daacb6efcd84702e0e5d545c8e62e47ab3cf702d1c3b1c8d82f650a95
6
+ metadata.gz: c374e705c1cfd214eead8cdfbdf6345866461e4c56edf86824dbc31be579af8c6f603a7fe7547bacc25c031ec1c4b8f1579d534cbc51aaf720151b6435243292
7
+ data.tar.gz: c4aba35175fc87b9beaea8ed1bf61f51620e7652f3449a928e269db3cf2291eb8cf43d457eb79e2de6b1f48e816822a5da9e2956dad7bd12f9646e402156cb9e
data/ChangeLog.md CHANGED
@@ -1,3 +1,7 @@
1
+ ### 0.1.3 / 2014-05-20
2
+
3
+ * remove next_run_time from protocol_subscriptions api
4
+
1
5
  ### 0.1.2 / 2014-05-13
2
6
 
3
7
  #### Responses API
@@ -6,7 +6,6 @@ module Roqua
6
6
 
7
7
  attribute :id, Integer
8
8
  attribute :daily_start_time, Integer
9
- attribute :next_run_time, DateTime
10
9
  attribute :start_at, DateTime
11
10
  attribute :stop_at, DateTime
12
11
  attribute :protocol_key, String
@@ -1,5 +1,5 @@
1
1
  module Roqua
2
2
  module RomApi
3
- VERSION = '0.1.2'
3
+ VERSION = '0.1.3'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: roqua-rom-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Esposito
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-05-13 00:00:00.000000000 Z
11
+ date: 2014-05-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty