koinim_price 0.2.0 → 0.3.0

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: 5c8d2365617f12af97c2cab4207de5b875b9bff8
4
- data.tar.gz: 8bac26bea9dfc7299cf45b2a15a8cfd36e1c58b9
3
+ metadata.gz: 2a84923fca2167eaef7d025605281666b774bd73
4
+ data.tar.gz: adf099a13e81f6ef25f3b0172a558d043de0521a
5
5
  SHA512:
6
- metadata.gz: '023836ca124d51784de7a4df018514447c3c07c10a5f8d61e427e67096baccfa6cc950800beff57b7879ec4b5a30c85fb4f20cbf0c56447b2f1193f0f1396ba1'
7
- data.tar.gz: 4de59d6b01cf47c6ef0c50cc0f3b8d33b6e8afb19295dd7271a34938138c30d3a047df617624dd57fb6307f07517706bf431b9253f3acebea6b0765d8884f7af
6
+ metadata.gz: 6f9136f4c9d6f8ffdf323e415f1cc497d1126aa7052338adb5ad16624cc4bd2f8f835cb916c0f3acf138d699b6923498fca8ded35c89cc117270289f19e4ebb4
7
+ data.tar.gz: 4c8efd36761b13f09772adc4acfe7f0f62429fd0b03e34cf3ec34be48f160ca17a40374ebe6757c2d4aee6f649cf0c84cc4f03647546a31a09518b6711528476
@@ -3,3 +3,6 @@ language: ruby
3
3
  rvm:
4
4
  - 2.4.0
5
5
  before_install: gem install bundler -v 1.13.7
6
+ addons:
7
+ code_climate:
8
+ repo_token: 294bffba92369673a12d396ec0568542c3d596f3aa437aaae1b522ded9d7011a
data/README.md CHANGED
@@ -1,8 +1,8 @@
1
- # KoinimPrice
1
+ # KoinimPrice ![image of travis](https://travis-ci.org/computeus/koinim_price.svg?branch=master)
2
2
 
3
3
  Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/koinim_price`. To experiment with that code, run `bin/console` for an interactive prompt.
4
4
 
5
- TODO: Delete this and the text above, and describe your gem
5
+ Delete this and the text above, and describe your gem
6
6
 
7
7
  ## Installation
8
8
 
@@ -22,7 +22,7 @@ Or install it yourself as:
22
22
 
23
23
  ## Usage
24
24
 
25
- TODO: Write usage instructions here
25
+ Write usage instructions here
26
26
 
27
27
  ## Development
28
28
 
@@ -19,7 +19,6 @@ module KoinimPrice
19
19
  true
20
20
  end
21
21
 
22
- private
23
22
  def self.response
24
23
  @response ||= JSON.parse(HTTParty.get(API_URL).body)
25
24
  end
@@ -41,7 +41,6 @@ module KoinimPrice
41
41
  true
42
42
  end
43
43
 
44
- private
45
44
  def self.response
46
45
  @response ||= JSON.parse(HTTParty.get(API_URL).body)
47
46
  end
@@ -1,3 +1,3 @@
1
1
  module KoinimPrice
2
- VERSION = "0.2.0"
2
+ VERSION = "0.3.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: koinim_price
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fatih AYTAÇ
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-02-19 00:00:00.000000000 Z
11
+ date: 2017-02-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler