apicasso 0.4.0 → 0.4.1
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 +4 -4
- data/README.md +1 -1
- data/lib/apicasso/version.rb +1 -1
- data/lib/generators/apicasso/install/templates/create_apicasso_tables.rb +3 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c102f8c260f993349064d24057e88c0966be73fa
|
|
4
|
+
data.tar.gz: 388abb13d3a70fdfff51841012d7552d2ed8f789
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6337478894237bcf29575aa785a45c819cae0c1434c2b11c22268e7508eeafe5d6f68dd1682cac73d0376b7138eebc50e0e735e59d77807c7481301cb27ad771
|
|
7
|
+
data.tar.gz: dd9e019838d4dc9f938c7bdeaf752c082c1974c92008a40ca00e9d5f53221bde82063ba30d5aa332b18736c18d5ce2ec708eef70911827f6162ebe4bfadc8551
|
data/README.md
CHANGED
|
@@ -19,7 +19,7 @@ And then execute this to generate the required migrations:
|
|
|
19
19
|
$ bundle install && rails g apicasso:install
|
|
20
20
|
```
|
|
21
21
|
|
|
22
|
-
### You
|
|
22
|
+
### You must have PostgreSQL as database to be able to use this gem.
|
|
23
23
|
|
|
24
24
|
# Usage
|
|
25
25
|
|
data/lib/apicasso/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: apicasso
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Fernando Bellincanta
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-09-
|
|
11
|
+
date: 2018-09-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|