apicake 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +14 -1
  3. data/lib/apicake/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c1d09e6b00d7fb1d19163aa2e7a6912dbf571053
4
- data.tar.gz: 48c802fe5b974895e65fd2808b2cdf711087087a
3
+ metadata.gz: 2fe151898dd0af0f94ef3eb0e3a8a48bab8a52da
4
+ data.tar.gz: af67ab088ffc6a8ddd2f09752f0a97b2c4b5e513
5
5
  SHA512:
6
- metadata.gz: c95806cee75f5e4574ece5ce97bae1c51c345506ec42d7ae5c6b1dd0ea12100269bbce230b725942eb603f7f80028cf40740e453113faa95f6ce314401a25b25
7
- data.tar.gz: d324e21a09236ea45bcd9cbef8e7e702e92b52a519b877534a3c1d5f1ba3c0030fe074f106f2d525ef5b76d69848072d36e7243f00399857fb89e92f5970ce15
6
+ metadata.gz: e6b9069efa47cd6fb61d6da311feac0904520adefb1ee19f06f7e54d6d32ec6625d3f1657817faec3e83116cd46c70b886aa7d872aa09e10727908c7e6a4d543
7
+ data.tar.gz: 22a4099c1cdf4a48b523c673a22c2f3c382d1db4686fa9c2f0fba77bd8e3281559902d754a6c640301054e11cc3f1e579773ccefe7c544b1db1bc1f3c73e10c7
data/README.md CHANGED
@@ -113,9 +113,22 @@ For a detailed explanation of the services and methods you get when inheriting
113
113
  from `APICake::Base`, see the [class documentation][4].
114
114
 
115
115
 
116
+ Real World Examples
117
+ --------------------------------------------------
118
+
119
+ These gems use APICake:
120
+
121
+ - [Fredric][5] - API wrapper for the FRED database
122
+ - [Intrinio][6] - API wrapper for the Intrinio data service
123
+ - [Quata][7] - API wrapper for the Quandl data service
124
+
125
+
116
126
  ---
117
127
 
118
128
  [1]: https://github.com/DannyBen/apicake/tree/master/examples
119
129
  [2]: https://github.com/DannyBen/lightly
120
130
  [3]: https://github.com/DannyBen/apicake/blob/master/examples/04-caching.rb
121
- [4]: http://www.rubydoc.info/gems/apicake/APICake/Base
131
+ [4]: http://www.rubydoc.info/gems/apicake/0.1.1/APICake/Base
132
+ [5]: https://github.com/DannyBen/fredric
133
+ [6]: https://github.com/DannyBen/intrinio
134
+ [7]: https://github.com/DannyBen/quata
@@ -1,3 +1,3 @@
1
1
  module APICake
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: apicake
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
  - Danny Ben Shitrit
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-02-18 00:00:00.000000000 Z
11
+ date: 2017-03-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: lightly