ar_to_ar 0.1.0 → 0.2.0

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: 023afa7b960f5c98a1053679f99163deb1b21232
4
- data.tar.gz: f2d265e1e86a508388d37d9edb7de026eb450a30
3
+ metadata.gz: 90da784e19bf90a99f1f34b2ee124fa0921a5116
4
+ data.tar.gz: 5db971bdc0f5ac270b98dfaf4942e9eb8f6b9152
5
5
  SHA512:
6
- metadata.gz: 065b7546a7ec128daf3d5ecca46f52477789b7f3aeded17d0d1704002e0b9fb13e1188a559a7048cd5ec50eba72cb577217734fb615852a81cde68bf7cb8e9a6
7
- data.tar.gz: 0636ab8ca453529e6877ff72c0a0f3d90333b158af9a13e3b4284ca07e37a3828f7c2840bd4627d071cb59cea64cc7af751f9f00848a80914372ebcfc0b65937
6
+ metadata.gz: bccf90dff8c178558f938941ba0dae8ca88a4c4dbfa315de0ea8335038e70920eb60a2fc0d01a6e203c5a740475bd25ee6b29fbd003c335b09f02c8a7121d62e
7
+ data.tar.gz: b5bfb87d16b4662f06da57f069c9026f4fc43ef5ec38e4cb9aef30382934b8699210fb8a25a970cb5a44c6e2f90fc5faea9502c606834d8db5a4101174b8f73d
@@ -7,7 +7,7 @@ module ArToAr
7
7
 
8
8
  def initialize look_up_path=nil
9
9
  @current_path = look_up_path || Dir.pwd
10
- @all_file_names = Dir["#{@current_path}/app/models/*.rb"]
10
+ @all_file_names = Dir["#{@current_path}/app/models/**/*.rb"]
11
11
  end
12
12
 
13
13
  def start!
@@ -1,3 +1,3 @@
1
1
  module ArToAr
2
- VERSION = "0.1.0"
2
+ VERSION = "0.2.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ar_to_ar
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rishi Jain
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-12-29 00:00:00.000000000 Z
11
+ date: 2016-01-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler