rake_plugins 0.1 → 0.1.1

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/rake_plugins/version.rb +1 -1
  2. metadata +4 -3
@@ -1,3 +1,3 @@
1
1
  module RakePlugins
2
- VERSION = "0.1"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,12 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rake_plugins
3
3
  version: !ruby/object:Gem::Version
4
- hash: 9
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- version: "0.1"
9
+ - 1
10
+ version: 0.1.1
10
11
  platform: ruby
11
12
  authors:
12
13
  - Nick Ragaz
@@ -18,7 +19,7 @@ date: 2010-06-06 00:00:00 -04:00
18
19
  default_executable:
19
20
  dependencies: []
20
21
 
21
- description: Creates installed.yml in vendor/plugins to track your plugin sources and enable mass updating
22
+ description: Tracks Rails plugin sources in vendor/installed_plugins.yml to enable mass updating
22
23
  email:
23
24
  - nick.ragaz@gmail.com
24
25
  executables: []