AvrijAnalyticsUtility 0.5.0 → 0.5.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: 50b80f81e128c8fd6186105051cc331cff364fbf
4
- data.tar.gz: d78069deea6be8e7b9b2560a1c9916b847d472b5
3
+ metadata.gz: 5368c19fed0f6c37a76f84fd6e69137892b4d21c
4
+ data.tar.gz: caaa73392558998189a76decdefb39ccac55522d
5
5
  SHA512:
6
- metadata.gz: 50ff72f49512891584bb7f78301277e1176245067a57e569497cb00701908bd82c9de74d1cf8a90bd92243644c672b8ea7286fb5be4e5a88a3bd256fbb84a5d8
7
- data.tar.gz: 2802e3b9ea9b081c32c2ad4d4fd4a31aad4af7a685dff0a5250df16a6c6a7eae36108e98b13c5df2c98e118fb81bd4763913b5f9317832e3e962b16fbd880fa7
6
+ metadata.gz: fc4130af11c34ad06ef61bd005035094adbbb3bbcf44571f9bae485a3be0abef138cdd115a4c4a334bfb38def2aa875e9f789dff0fab29f591702c5acdd2d36f
7
+ data.tar.gz: 223ae729293c387479f7c2c05a3366d51ec7759341b952a353f738e1ce3bdd91291a1eaf2bb3cb436e0aec252e7a95211b6c5c54d2413caf4934af2e1e8fd331
@@ -1,6 +1,5 @@
1
1
  require "AvrijAnalyticsUtility/version"
2
2
  require "AvrijAnalyticsUtility/APIConnector"
3
- require "AvrijAnalyticsUtility/EyesoverConnector"
4
3
  module AvrijAnalyticsUtility
5
4
 
6
5
  end
@@ -1,11 +1,10 @@
1
- require 'rubygems'
2
- require 'httparty'
3
- require 'json'
4
- require 'AvrijAnalyticsUtility/APIConnector'
1
+ module AvrijAnalyticsUtility
2
+ require 'rubygems'
3
+ require 'httparty'
4
+ require 'json'
5
+ require 'AvrijAnalyticsUtility/APIConnector'
6
+
7
+ class EyesoverConnector < APIConnector
5
8
 
6
-
7
- class AvrijAnalyticsUtility::EyesoverConnector < APIConnector
8
- def getAllEntities()
9
- puts "Get all entities"
10
- end
11
- end
9
+ end
10
+ end
@@ -1,3 +1,3 @@
1
1
  module AvrijAnalyticsUtility
2
- VERSION = "0.5.0"
2
+ VERSION = "0.5.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: AvrijAnalyticsUtility
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Dalisay
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-06-30 00:00:00.000000000 Z
11
+ date: 2017-07-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -128,7 +128,7 @@ licenses:
128
128
  - MIT
129
129
  metadata:
130
130
  allowed_push_host: https://rubygems.org
131
- post_install_message: 'AvrijAnalyticsUtility VERSION : 0.5.0'
131
+ post_install_message: 'AvrijAnalyticsUtility VERSION : 0.5.1'
132
132
  rdoc_options: []
133
133
  require_paths:
134
134
  - lib