quandl_ruby 0.1.1 → 0.1.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9275405a269d7f57d7b7f64d5dd6ace2c0ceb352
4
- data.tar.gz: b284408ee8bc65da6d986ec06dcf8d65184196ba
3
+ metadata.gz: 47bb3190333744823d2bd2af9451ca002fa62642
4
+ data.tar.gz: 459eca5a698c9f403d82a39ead2e4ff4eb805d83
5
5
  SHA512:
6
- metadata.gz: 23695cec4f2250f0087b07b4571ca9cbfec10a4972b76f0196c9c9ba5b357d69951e139d32fd2f7cb13a0615fafcaa471dfaf5cdd8e96d12fb217faa19f2219a
7
- data.tar.gz: c4b87f47728e8c1152f13c8b625381d4044484f3b9f8d57e45c288d942575edc225b8838102c88b92ebab1228e90acb16cad3e73ecfcf1b0769e5fd14b3d9246
6
+ metadata.gz: 614f1a25a0731764eaca03b6d53fb49ee882993389dfd5b8650bf350105bf10e7ad80ca8a17ad0895409545a837da2d3ad06b1ae3ac90f523704aa360c5d6fe6
7
+ data.tar.gz: 8a2d905dc84aba3b06b3eaac2ba066a5d190ca834d80f50cf7de07154a382e4ec53cb0c1f8f8b935f6de8dfb1548ff3c7984afaf1b7e308ebf5628ac26ef53a4
@@ -1,3 +1,3 @@
1
1
  module Quandl
2
- VERSION = '0.1.1'
2
+ VERSION = '0.1.2'
3
3
  end
data/quandl.gemspec CHANGED
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
8
8
  spec.version = Quandl::VERSION
9
9
  spec.authors = ['Kash Nouroozi']
10
10
  spec.email = ['hi@knrz.co']
11
- spec.summary = %q{Ruby wrapper for the Quandl API (www.quandle.com)}
11
+ spec.summary = %q{Ruby wrapper for the Quandl API (www.quandl.com)}
12
12
  spec.description = ''
13
13
  spec.homepage = 'https://github.com/knrz/Quandl-Ruby'
14
14
  spec.license = 'MIT'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: quandl_ruby
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
  - Kash Nouroozi
@@ -84,5 +84,5 @@ rubyforge_project:
84
84
  rubygems_version: 2.2.2
85
85
  signing_key:
86
86
  specification_version: 4
87
- summary: Ruby wrapper for the Quandl API (www.quandle.com)
87
+ summary: Ruby wrapper for the Quandl API (www.quandl.com)
88
88
  test_files: []