icalia-sdk-event-core 0.1.1 → 0.1.2

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
  SHA256:
3
- metadata.gz: 622f06dd70becc4be464cacca1c77c95f74e3c2959c8e50b282e29ebff46f866
4
- data.tar.gz: 9f56b1ad345836eccc22fd943c8d4938080a3920b4b6f1f6daa63cf7b3f0f852
3
+ metadata.gz: 4e9dae6f5e0c0ce7cbd08624abe9e36f64d955bfaf75a650c7aeb73cfaa46fca
4
+ data.tar.gz: defd59485c4e3d7c4cb6b5ee5b73c822dc99941e30fa79cc384c2c0bacf7cb2d
5
5
  SHA512:
6
- metadata.gz: e47c58f05b3af6f8f3fd65b297208166525ef9b8849cca7df7ad0d25a20ba6667f337458c6f7c5f164ed425dbdaddf8bcde9138b8250f665690eabdc8388bd21
7
- data.tar.gz: c437e9c312f816cc0de5beec432410a7d93c8b1cf9bd8a22c4d83a913eabfeecad6aa960478ff8040194a517af58b82e3a945536b2a59eb2c2ecd55af179479b
6
+ metadata.gz: '0478a36b8ef95462fe041ca060cb24ae9eeb7378c19a42fb491c9eab0a9f1c400b7791dc06581ee046f84a04ebb7cd1e604a2b39544558bc0d8c6ff8e9b9a174'
7
+ data.tar.gz: db0be7ec242e72980973b31a19879b0fc864cc06b5e87f5234c2c1fd7dc6120389e4670bf641e82b94b252331eb691112f0c4a8d5900a246821f5f78fee6c01b
data/Gemfile.lock ADDED
@@ -0,0 +1,37 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ icalia-sdk-event-core (0.1.2)
5
+ jsonapi-deserializable (~> 0.2.0)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ diff-lcs (1.3)
11
+ jsonapi-deserializable (0.2.0)
12
+ rake (10.5.0)
13
+ rspec (3.8.0)
14
+ rspec-core (~> 3.8.0)
15
+ rspec-expectations (~> 3.8.0)
16
+ rspec-mocks (~> 3.8.0)
17
+ rspec-core (3.8.2)
18
+ rspec-support (~> 3.8.0)
19
+ rspec-expectations (3.8.4)
20
+ diff-lcs (>= 1.2.0, < 2.0)
21
+ rspec-support (~> 3.8.0)
22
+ rspec-mocks (3.8.1)
23
+ diff-lcs (>= 1.2.0, < 2.0)
24
+ rspec-support (~> 3.8.0)
25
+ rspec-support (3.8.2)
26
+
27
+ PLATFORMS
28
+ ruby
29
+
30
+ DEPENDENCIES
31
+ bundler (~> 1.17)
32
+ icalia-sdk-event-core!
33
+ rake (~> 10.0)
34
+ rspec (~> 3.0)
35
+
36
+ BUNDLED WITH
37
+ 1.17.2
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Icalia
4
4
  module Event
5
- CORE_VERSION = '0.1.1'
5
+ CORE_VERSION = '0.1.2'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: icalia-sdk-event-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roberto Quintanilla
@@ -79,6 +79,7 @@ files:
79
79
  - ".travis.yml"
80
80
  - CODE_OF_CONDUCT.md
81
81
  - Gemfile
82
+ - Gemfile.lock
82
83
  - LICENSE.txt
83
84
  - README.md
84
85
  - Rakefile