databound 3.0.0 → 3.0.1

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: c17ea9293869f528bb57b8f815ade20dfe629904
4
- data.tar.gz: bff389e7ba5502edb650bede3fe7b78acda3a88e
3
+ metadata.gz: fbaf8de3edfd5d6fbfa318ee7c3741446c1a1025
4
+ data.tar.gz: 63f5efe6ab11d62f1455cd38fbc1a736ba52d5b1
5
5
  SHA512:
6
- metadata.gz: ac22d42e131278f67c5fa25dbcfeeb3f8e8300c1596d47ddf5493cb19daab2a9cc3cd05519ed5a8b780ba703db670bffaea15144ac66ab364d9807bf6553eeb4
7
- data.tar.gz: 2c4d73542e0f1195e9e1ebc0aebeb6cd366c2f77b526e347d160225694b4c03b15b4882ef5cb21b4c799c70fed73122996217084725fe44bdce56eabfa26631a
6
+ metadata.gz: f5cb8e68b161f580b4aa70cb7bc21a7763a7cc8b42b4e190f0fd91c3ceef64462df70e8996fa61ebe2c8616d27ef467ac270e5bd86c08d00b91a43ff99235de6
7
+ data.tar.gz: 82a1bd7b9f73f1f2058a7f7d1784e2502dd41b29b7a46db69140941b4f97ab3be15731025f13b16d4d3aefbdd25ac103201b8e9513c1ff4f74ad0d20359078e8
data/databound.gemspec CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ['Domas Bitvinskas']
10
10
  spec.email = ['domas.bitvinskas@me.com']
11
11
  spec.summary = %q{Provides Javascript a simple API to the Ruby on Rails CRUD}
12
- spec.description = %q{It lets you use methods like create, update, destroy in the front-end while handling all the setup and providing basic security out of the box.}
12
+ spec.description = %q{It lets you use methods like create, update, destroy in the Javascript while handling all the setup and providing basic security out of the box.}
13
13
  spec.homepage = 'http://databound.me'
14
14
  spec.license = 'MIT'
15
15
 
@@ -14,7 +14,7 @@ module Databound
14
14
  end
15
15
 
16
16
  def to_h
17
- @data
17
+ @data || {}
18
18
  end
19
19
 
20
20
  private
@@ -1,3 +1,3 @@
1
1
  module Databound
2
- VERSION = '3.0.0'
2
+ VERSION = '3.0.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: databound
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 3.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Domas Bitvinskas
@@ -122,7 +122,7 @@ dependencies:
122
122
  - - "~>"
123
123
  - !ruby/object:Gem::Version
124
124
  version: '10.0'
125
- description: It lets you use methods like create, update, destroy in the front-end
125
+ description: It lets you use methods like create, update, destroy in the Javascript
126
126
  while handling all the setup and providing basic security out of the box.
127
127
  email:
128
128
  - domas.bitvinskas@me.com