plugger 0.0.1.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/plugger/plugger_tasks.rb +7 -0
  2. metadata +2 -1
@@ -0,0 +1,7 @@
1
+ class PluggerTasks < Rails::Railtie
2
+ rake_tasks do
3
+ Dir["vendor/plugins/**/*.rake"].each do |f|
4
+ import f
5
+ end
6
+ end
7
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: plugger
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -19,6 +19,7 @@ extensions: []
19
19
  extra_rdoc_files: []
20
20
  files:
21
21
  - lib/plugger.rb
22
+ - lib/plugger/plugger_tasks.rb
22
23
  - bin/plugger
23
24
  homepage: http://github.com/railsmachine/plugger
24
25
  licenses: []