AvrijAnalyticsUtility 0.1.5 → 0.1.6

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: 5266849bb8470d1ac379503fe37113bac5b73e6a
4
- data.tar.gz: abc4783106b76c483862a1c34ae5ce7109d0d690
3
+ metadata.gz: 8245944d859deffe1dd0b9f67ba04c9a58e4a028
4
+ data.tar.gz: 875c296e75037b889c5b2c72366437ecfaa2b641
5
5
  SHA512:
6
- metadata.gz: e325310f28d6bd464dde1a1e325323955eb69ad48c37a1c91c3ddda695f270888181024c64ef50a837a791f05f884e16dff85e7cdfb0d75f7ba9c17a64082f51
7
- data.tar.gz: '05814c775e25ae7efbea5fc3ff8b863a6df1e494d7a04b2fd42083364bb5954616da4a11476e5f58a7187bcbab9d2e57d7245891d5df025b27fbc3f68ec6a03e'
6
+ metadata.gz: 6b95605806ff01a7b70ea36eb2da15586a77dde724ffd1a8725e2e3bb67952b5bc14155204839ab4563eaaaf0ae4bc34c60301f83bceb232d92bd7b8f86acd70
7
+ data.tar.gz: 5d3b532f2182d082306d04dc78bbcc83b97bad8395d20d3d4fb46e7ca33efd10fbc60518c22ad11b006af922467884eab0690bc60b444aa7e099d4276a9213c3
data/Rakefile CHANGED
@@ -8,7 +8,7 @@ task :default => :spec
8
8
  task :buildInstall do
9
9
  `gem uninstall AvrijAnalyticsUtility`
10
10
  `gem build AvrijAnalyticsUtility`
11
- `gem install AvrijAnalyticsUtility-0.1.4.gem`
11
+ `gem install AvrijAnalyticsUtility-0.1.6.gem`
12
12
  end
13
13
 
14
14
 
@@ -1,3 +1,3 @@
1
1
  module AvrijAnalyticsUtility
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
3
3
  end
@@ -4,10 +4,8 @@ require "AvrijAnalyticsUtility/APIConnection"
4
4
  module AvrijAnalyticsUtility
5
5
 
6
6
  #GET ALL SOCIAL MEDIA POST
7
- def self.getAllSocialMediaPost(param_username,param_password,param_auth_uri,param_data_uri,param_date,send_to_file)
7
+ def self.getAllSocialMediaPost(param_username,param_password,param_auth_uri,param_data_uri,send_to_file)
8
8
  query_values = {
9
- "from" => param_date,
10
- "to" => param_date,
11
9
  "facebook" => "0",
12
10
  "facebookPost" => "0",
13
11
  "reddit"=>"0",
@@ -20,7 +18,7 @@ module AvrijAnalyticsUtility
20
18
  conn.authenticate(param_username,param_password,param_auth_uri)
21
19
  response = conn.getSocialMediaPost(param_data_uri,query_values)
22
20
  if send_to_file
23
- filename = 'result_entities.json'
21
+ filename = 'AllSocialMediaPost.json'
24
22
  conn.jsonStr_to_jsonFile(response,filename)
25
23
  end
26
24
  return response
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.1.5
4
+ version: 0.1.6
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-22 00:00:00.000000000 Z
11
+ date: 2017-06-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler