alfred-workflow 1.1.1 → 1.1.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/Rakefile +16 -13
  2. data/lib/alfred/version.rb +1 -1
  3. metadata +1 -1
data/Rakefile CHANGED
@@ -3,21 +3,11 @@
3
3
  require 'rubygems'
4
4
  require 'hoe'
5
5
 
6
- # Hoe.plugin :bundler
7
- # Hoe.plugin :compiler
8
- # Hoe.plugin :email
9
- # Hoe.plugin :gem_prelude_sucks
6
+ Hoe.plugin :bundler
10
7
  Hoe.plugin :gemspec
11
8
  Hoe.plugin :git
12
- # Hoe.plugin :inline
13
- # Hoe.plugin :manualgen
14
- # Hoe.plugin :minitest
15
- # Hoe.plugin :perforce
16
- # Hoe.plugin :racc
17
- # Hoe.plugin :rcov
18
- # Hoe.plugin :rubyforge
19
- # Hoe.plugin :rubygems
20
- # Hoe.plugin :seattlerb
9
+ Hoe.plugin :rubygems
10
+ Hoe.plugin :version
21
11
 
22
12
  Hoe.spec 'alfred-workflow' do
23
13
 
@@ -27,4 +17,17 @@ Hoe.spec 'alfred-workflow' do
27
17
  extra_deps << ['logging', '~> 1.8.0']
28
18
  end
29
19
 
20
+ desc "Bump Major Version and Release"
21
+ task "release:major" => ["version:bump:major"] do
22
+ sh "git commit -a -m '* Bump version to #{ENV["VERSION"]}'"
23
+ Rake::Task["release"].invoke
24
+ end
25
+
26
+ desc "Bump Patch Version and Release"
27
+ task "release:patch" => ["version:bump:patch"] do
28
+ sh "git commit -a -m '! Bump version to #{ENV["VERSION"]}'"
29
+ Rake::Task["release"].invoke
30
+ end
31
+
32
+
30
33
  # vim: syntax=ruby
@@ -1,3 +1,3 @@
1
1
  module Alfred
2
- VERSION = '1.1.1'
2
+ VERSION = '1.1.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alfred-workflow
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: