auto_scopes 0.1.1 → 0.1.2

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: 569474ab096aa154abfb1418fa24d56c2d31ff94
4
- data.tar.gz: e9f64ebac428472198f3349c5cfc93077f1396b3
3
+ metadata.gz: 5985d11ce8f19c5995490d777c65a0a83237eacd
4
+ data.tar.gz: 35cd99ac7b091a49a51fc695a12b7ffea3737a45
5
5
  SHA512:
6
- metadata.gz: 7d731f6deb7b64d9146370c5c01a2f0afd0511289780d8e6faaf03128c01e4b8ee3333b72e0fc0b469cc681739ba54c14629d371e8b737849b5c4b570b08c383
7
- data.tar.gz: b37db864c4e60a5a6bd2671154edf5c10491a7c3e92db53f36fdde3ee10949e2085bafd1029cdb00f98e144f3b9fabbb8791351c5a11947e51b4a1bdcadb5dac
6
+ metadata.gz: d6c3993321b201a718d9a7d4ebf35f225a37e05a064ff2dd6ef6e6ac715b1bcc64493b017040f1c22d5147b3fb8ed7cf56a75c3e6932bc045efce979c85173ca
7
+ data.tar.gz: 43f9ace6741f66efd743728f1b59dba930b9e5677ea2c9c9e3a1bb6671103209802d7cc4862cebf790ae7639411e667b65bcdcb180348107051a63b6aca8ef77
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ../
3
3
  specs:
4
- auto_scopes (0.1.0)
4
+ auto_scopes (0.1.2)
5
5
  configurations (~> 2.2.0)
6
6
  rails (>= 3.2.0)
7
7
 
@@ -132,3 +132,6 @@ DEPENDENCIES
132
132
  rspec (~> 3.0)
133
133
  sqlite3
134
134
  test-unit (~> 3.0)
135
+
136
+ BUNDLED WITH
137
+ 1.10.6
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ../
3
3
  specs:
4
- auto_scopes (0.1.0)
4
+ auto_scopes (0.1.2)
5
5
  configurations (~> 2.2.0)
6
6
  rails (>= 3.2.0)
7
7
 
@@ -141,3 +141,6 @@ DEPENDENCIES
141
141
  rake (~> 10.0)
142
142
  rspec (~> 3.0)
143
143
  sqlite3
144
+
145
+ BUNDLED WITH
146
+ 1.10.6
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ../
3
3
  specs:
4
- auto_scopes (0.1.0)
4
+ auto_scopes (0.1.2)
5
5
  configurations (~> 2.2.0)
6
6
  rails (>= 3.2.0)
7
7
 
@@ -141,3 +141,6 @@ DEPENDENCIES
141
141
  rake (~> 10.0)
142
142
  rspec (~> 3.0)
143
143
  sqlite3
144
+
145
+ BUNDLED WITH
146
+ 1.10.6
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ../
3
3
  specs:
4
- auto_scopes (0.1.0)
4
+ auto_scopes (0.1.2)
5
5
  configurations (~> 2.2.0)
6
6
  rails (>= 3.2.0)
7
7
 
@@ -141,3 +141,6 @@ DEPENDENCIES
141
141
  rake (~> 10.0)
142
142
  rspec (~> 3.0)
143
143
  sqlite3
144
+
145
+ BUNDLED WITH
146
+ 1.10.6
@@ -1,3 +1,3 @@
1
1
  module AutoScopes
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
@@ -3,7 +3,7 @@ require 'rails/generators/base'
3
3
  module AutoScopes
4
4
  module Generators
5
5
  class InstallGenerator < Rails::Generators::Base
6
- source_root File.expand_path('config')
6
+ source_root File.expand_path('../../../../config', __FILE__)
7
7
 
8
8
  desc 'Create a default files for auto_scopes with some use cases'
9
9
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: auto_scopes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - victor95pc