apicasso 0.2.5 → 0.2.6

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: b72c4ef79d2e810044739cccd545ca9173799cf5
4
- data.tar.gz: 678b43fa8722fa34055bebc58fe892dd9358e0eb
3
+ metadata.gz: e848bdebd2ab003b0d80d50354f0680c175e8f83
4
+ data.tar.gz: a895b795ae43f67630fce1de2cbefcad128efa46
5
5
  SHA512:
6
- metadata.gz: b14d477ffb6b09261f3b6079ce10b2085f534efb40aea966369a5fb5c981c222b3d9ea755eedd5fd0c7307b159f708b8b09a5653f327ec73e78c018ba91f86a1
7
- data.tar.gz: dfb4badb1c07ff00614c4dfd400faf6ebe860205e40de9d79673646a181e0f823c91bd01510e6a56c884862d63c650d5d5cb954f453f5105067029c08dd280ed
6
+ metadata.gz: a503dd1a842156023f8b6cc243fae71e017b078272de99e50d8b449c5f63278d72b6add97bc55c96dc9bb58f8a15e36562762651c138893a233fa76f4b15bae6
7
+ data.tar.gz: b805381f8abfd5c6bc6066191485cbe5f7459ad190ce8070d2edaba58d9da373cbfe0763753db8b31731f23347d38ae300c7dc25cf8e15bd795861bd46767685
@@ -74,7 +74,6 @@ module Apicasso
74
74
  # Will return a JSON with the schema of the current resource, using
75
75
  # attribute names as keys and attirbute types as values.
76
76
  def schema
77
- byebug
78
77
  render json: resource_schema.to_json unless preflight?
79
78
  end
80
79
 
@@ -1,3 +1,3 @@
1
1
  module Apicasso
2
- VERSION = '0.2.5'
2
+ VERSION = '0.2.6'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: apicasso
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fernando Bellincanta