glass-rails 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 04e2a6397d54f83f18ca0038cf0512ac36d5516c
4
- data.tar.gz: 9294c8db7bf53009e9063a7907fce9522f434268
3
+ metadata.gz: a19746d62af42ca28df70f89759112e24dec7880
4
+ data.tar.gz: f53da33675d86299fe04abc0f2431c8b40a39423
5
5
  SHA512:
6
- metadata.gz: 16c3cce5db9c51886b515ecf47b2d2603c9c821d42f83f3e486258c5f921b5553b77e0ad94a979e9efd03040dad0a5490ee13804c146bde04070793befc99605
7
- data.tar.gz: 6c02d1425142c574d5d18c88fb477d4a56cedbe682cda18f19f5cf0cc84aabd5d8072e7459d2d8295a7a2be6f35ff104cd0317f1948c5d23560816af9cd1bb25
6
+ metadata.gz: 42b2711f95ac616c37db2488296ba95ed88c076bfa32f703ee65d0fc34da70142939a5af29d64e330d348ee00bb0449c859dee1190f623199cab48158a677967
7
+ data.tar.gz: 15f892d876444c765b408a5fc5fa33f68223902f9ecc85b86a2bf300360fdeeacccf0d1e13280b69acad1f376d00619ffc2f1a0e26ee6c2b6b40707e592c71ba
@@ -1,5 +1,4 @@
1
1
  require "yaml"
2
- require "pry"
3
2
  module Glass
4
3
  ## just a small class to organize the api key logic info
5
4
  ## from the yml file in config.
@@ -1,5 +1,5 @@
1
1
  module Glass
2
2
  module Rails
3
- VERSION="1.0.1"
3
+ VERSION="1.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: glass-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kunal Modi