rails_db_views 0.0.2 → 0.0.3

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/LICENSE +22 -0
  3. data/lib/rails_db_views/version.rb +1 -1
  4. metadata +13 -11
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 91e0e6cd5ab900562c17b71e6780fc28be6562f7
4
- data.tar.gz: 63d5d4cc0e878d5bea2960afdf5fc303cbadf0a4
3
+ metadata.gz: 6edc610e6b4cbd12093917e89a779067b9b78608
4
+ data.tar.gz: 7ecebff3dbe8ff7c5d95161f65f543b69135ea64
5
5
  SHA512:
6
- metadata.gz: 6582189e164d363276e0944308393e2fabd742d06403d38d321355c547b02d918396a5b85cc53593c33bb476dfa3843f6eeb361ee3ef3715bdca52df2555d7c2
7
- data.tar.gz: b595719f06a29134b926f5582963326c6d1a3e9410589f14b50be2dd6fdd287b8cee8a9667351c5d3a2fc0ffeb6ad1d99488fed1d87d0073cc0cf17e5654c7cf
6
+ metadata.gz: 0a986ce2241177d8f7f1757c88da836ed636bb9393bd2c04e64f02ca85a6217a4aed40799dae0bc40a29403910154e6d4d153a160c9e602b5d60bd3fee96b470
7
+ data.tar.gz: 3083faeccd65ab15521d93ef971d3b48dfceaf0a4b82522f023dc2ce7fea2ebad721cd76e7a9abb68ae9678fbc907b65e2951175e48fdb9a8d1e91ac4c4a9441
data/LICENSE ADDED
@@ -0,0 +1,22 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2015 Yacine Petitprez
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
22
+
@@ -1,3 +1,3 @@
1
1
  module RailsDbViews
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,43 +1,43 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_db_views
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yacine Petitprez
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-16 00:00:00.000000000 Z
11
+ date: 2015-06-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 4.0.1
19
+ version: '4.0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ">="
25
25
  - !ruby/object:Gem::Version
26
- version: 4.0.1
26
+ version: '4.0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rake-hooks
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ">="
31
+ - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: '0'
33
+ version: 1.2.3
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - ">="
38
+ - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: '0'
40
+ version: 1.2.3
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: sqlite3
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -59,6 +59,7 @@ executables: []
59
59
  extensions: []
60
60
  extra_rdoc_files: []
61
61
  files:
62
+ - LICENSE
62
63
  - Rakefile
63
64
  - lib/rails_db_views.rb
64
65
  - lib/rails_db_views/db_views_creator.rb
@@ -104,7 +105,8 @@ files:
104
105
  - test/rails_db_views_test.rb
105
106
  - test/test_helper.rb
106
107
  homepage: https://github.com/anykeyh/rails_db_views
107
- licenses: []
108
+ licenses:
109
+ - MIT
108
110
  metadata: {}
109
111
  post_install_message:
110
112
  rdoc_options: []