gxapi_rails 0.0.3 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/gxapi/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: efba21c20db71461cbb594bc8badac87cf118af7
4
- data.tar.gz: 49f2b785bb1c346f393a412037404775dea51b21
3
+ metadata.gz: 2962c9f554910209f9dccdc13e787ebb4b4f5ebd
4
+ data.tar.gz: 650bbfee0a72fa51f0c6dd72e3a4b233f2c9191a
5
5
  SHA512:
6
- metadata.gz: 37c48aeb9aaf0e64656646711b378db8f7b36250e181337887f73e2c649fb58f5681c4d7463180301c8496b7722748744677b43fafef70c98556ea63eaee317f
7
- data.tar.gz: 03b939ae5c7ff5d5747e43aa5d067c150c98d066700fcf3bcc6bc439898f987d3b96c6531339e3a87f6d23b182fe9eedc7d079b7e03d9aa4ba670269b6fabfb6
6
+ metadata.gz: 3c614e13b00bfa6c85c34b047f8e3e681575f3b092eb5e4cd236281a5b35b355aeb5600365e41beb4f4555b4fd1c767e2e2ddb1a1dbd7592138dbbc5d3695ea1
7
+ data.tar.gz: ba889f65e45ef79fd84eefb1cc7533149000de168ecd39fb52a2060c3505b0d7e374c097be5f6aed468b43ec60a3de2a67127fbd98bfe337fa526234011c94bd
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Gxapi
2
2
 
3
- [![Code Climate](https://codeclimate.com/repos/5276603656b10215e9014c80/badges/ddae4ab98746f66abf45/gpa.png)](https://codeclimate.com/repos/5276603656b10215e9014c80/feed) [![Build Status](https://travis-ci.org/dlangevin/gxapi_rails.png?branch=master)](https://travis-ci.org/dlangevin/gxapi_rails)
3
+ [![Code Climate](https://codeclimate.com/repos/5276603656b10215e9014c80/badges/ddae4ab98746f66abf45/gpa.png)](https://codeclimate.com/repos/5276603656b10215e9014c80/feed) [![Build Status](https://travis-ci.org/dlangevin/gxapi_rails.png?branch=master)](https://travis-ci.org/dlangevin/gxapi_rails) [![Gem Version](https://badge.fury.io/rb/gxapi_rails.png)](http://badge.fury.io/rb/gxapi_rails)
4
4
 
5
5
  Gxapi interfaces with Google Analytics Experiments to retrieve data from
6
6
  its API and determine which variant should be presented to a given user
@@ -1,3 +1,3 @@
1
1
  module Gxapi
2
- VERSION = '0.0.3'
2
+ VERSION = '0.0.4'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gxapi_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dan Langevin
@@ -156,7 +156,7 @@ files:
156
156
  - spec/lib/gxapi/google_analytics_spec.rb
157
157
  - spec/lib/gxapi_spec.rb
158
158
  - spec/spec_helper.rb
159
- homepage: http://github.com/LifebookerInc/gxapi_rails
159
+ homepage: http://github.com/dlangevin/gxapi_rails
160
160
  licenses: []
161
161
  metadata: {}
162
162
  post_install_message: