activesupport-slices 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -19,7 +19,7 @@ module ActiveSupport
19
19
  end
20
20
 
21
21
  def register
22
- Dir["{#{paths.join(',')}}/**/*_slice*.rb"].each do |path|
22
+ Dir["{#{paths.join(',')}}/**/*_slice*.rb"].sort.each do |path|
23
23
  filename = local(path).sub('_slice', '')
24
24
  slices[filename] ||= []
25
25
  slices[filename] << path
@@ -1,5 +1,5 @@
1
1
  module ActiveSupport
2
2
  module Slices
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activesupport-slices
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
5
- prerelease: false
4
+ hash: 27
5
+ prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Sven Fuchs
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-11-14 00:00:00 +01:00
18
+ date: 2011-01-18 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies: []
21
21
 
@@ -30,8 +30,8 @@ extra_rdoc_files: []
30
30
  files:
31
31
  - lib/active_support/slices/dependencies.rb
32
32
  - lib/active_support/slices/rails.rb
33
- - lib/active_support/slices/version.rb
34
33
  - lib/active_support/slices.rb
34
+ - lib/activesupport_slices/version.rb
35
35
  has_rdoc: true
36
36
  homepage: http://github.com/svenfuchs/activesupport-slices
37
37
  licenses: []
@@ -62,7 +62,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
62
62
  requirements: []
63
63
 
64
64
  rubyforge_project: "[none]"
65
- rubygems_version: 1.3.7
65
+ rubygems_version: 1.4.2
66
66
  signing_key:
67
67
  specification_version: 3
68
68
  summary: Lazy loaded vertical code slices based on ActiveSupport Dependencies