mactag 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/mactag/tasks.rb +4 -6
  3. metadata +1 -1
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.2
1
+ 0.0.3
@@ -1,10 +1,8 @@
1
- Rake::Task[:environment].invoke
1
+ task :environment
2
2
 
3
- require 'mactag'
3
+ desc "Creates a Ctags file"
4
+ task :mactag => :environment do
5
+ require File.join(Rails.root, "config", "mactag")
4
6
 
5
- require File.join(Rails.root, "config", "mactag")
6
-
7
- desc "Creates an Ctags file"
8
- task :mactag do
9
7
  system "cd #{Rails.root} && #{Mactag::Config.binary} #{Mactag::Table.tags}"
10
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mactag
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Johan Andersson