dm3-api 0.0.2 → 0.0.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: bc97d08fcdbc6017da2f5233450af05146da7d56
4
- data.tar.gz: 5b2377c7bb3482e78c59c56f63ca72acdece6eda
3
+ metadata.gz: 0e90beace939c037522865784436bd5603af2fa9
4
+ data.tar.gz: f335bb247e160033ceb6ca0384e1b1b3482bdd37
5
5
  SHA512:
6
- metadata.gz: 933448c7af0b29b58fdd437479fe34d61a81a738bc1d1efc38bf06550afcfd02133973b3ea6ef2c8303d776c87ca8fab2e494c709e8ec5646559a10dedb87ca0
7
- data.tar.gz: 6e8bf76444d2c75dbc210f97b1907057c24066b7594cb417658a7ff25ab6fea343601d2884d02e27c3ff5890b7834e5f1a5a2354b02c905a5098e1240880123e
6
+ metadata.gz: 1ace97492cf6b5fea69cfb86595829ea015208f77bc44dce07df43eac0ad0d41e90918e1d18553d80fdd33f0b47bc3b4e93493e02c3847d10ad79e623ac45423
7
+ data.tar.gz: 25d6e33a6edc37acff6423e5b73c5c10818b70f74d1de189b97ba49525051cb15a1fba116724702c736ff5a23cbb960f5fa4235332debe934eb67d456d4fd8a5
@@ -11,6 +11,7 @@ module Dm3
11
11
  autoload :Get, 'dm3/api/requests/get'
12
12
  autoload :Post, 'dm3/api/requests/post'
13
13
  autoload :Put, 'dm3/api/requests/put'
14
+ autoload :ShowStatus, 'dm3/api/requests/show_status'
14
15
  autoload :UpdateBooking, 'dm3/api/requests/update_booking'
15
16
  end
16
17
  end
@@ -7,6 +7,7 @@ module Dm3
7
7
  autoload :Bookings, 'dm3/api/responses/bookings'
8
8
  autoload :CreateBooking, 'dm3/api/responses/create_booking'
9
9
  autoload :DestroyBooking, 'dm3/api/responses/destroy_booking'
10
+ autoload :ShowStatus, 'dm3/api/responses/show_status'
10
11
  autoload :UpdateBooking, 'dm3/api/responses/update_booking'
11
12
  end
12
13
  end
@@ -1,5 +1,5 @@
1
1
  module Dm3
2
2
  module Api
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dm3-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - stevo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-06-24 00:00:00.000000000 Z
11
+ date: 2014-06-26 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: DM3 Ruby API wrapper
14
14
  email: