aboutyou-sdk 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,4 @@
1
1
  require 'sinatra'
2
- require 'pry_debug'
3
2
  require 'aboutyou-sdk'
4
3
 
5
4
  class AY
data/tests/testFacets.rb CHANGED
@@ -1,6 +1,7 @@
1
1
  require 'sinatra'
2
2
  require 'pry_debug'
3
- require 'aboutyou-sdk'
3
+ #require 'aboutyou-sdk'
4
+ require_relative '../lib/aboutyou-sdk.rb'
4
5
 
5
6
  class AY
6
7
  attr_accessor :result
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aboutyou-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ferenc Beutel
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-07 00:00:00.000000000 Z
11
+ date: 2014-11-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty