Skip to content

Commit

Permalink
bump version to Rake 11.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Mar 27, 2016
1 parent 23e5c29 commit 5c444e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/rake.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#++

module Rake
VERSION = '11.1.1'
VERSION = '11.1.2'
end

require 'rake/version'
Expand Down
5 changes: 2 additions & 3 deletions rake.gemspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# -*- encoding: utf-8 -*-
# stub: rake 11.0.1.20160309174104 ruby lib

Gem::Specification.new do |s|
s.name = "rake".freeze
s.version = "11.0.1.20160309174104"
s.version = "11.1.2"

s.required_rubygems_version = Gem::Requirement.new(">= 1.3.2".freeze) if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib".freeze]
s.authors = ["Hiroshi SHIBATA".freeze, "Eric Hodel".freeze, "Jim Weirich".freeze]
s.date = "2016-03-09"
s.date = "2016-03-27"
s.description = "Rake is a Make-like program implemented in Ruby. Tasks and dependencies are\nspecified in standard Ruby syntax.\n\nRake has the following features:\n\n* Rakefiles (rake's version of Makefiles) are completely defined in\n standard Ruby syntax. No XML files to edit. No quirky Makefile\n syntax to worry about (is that a tab or a space?)\n\n* Users can specify tasks with prerequisites.\n\n* Rake supports rule patterns to synthesize implicit tasks.\n\n* Flexible FileLists that act like arrays but know about manipulating\n file names and paths.\n\n* A library of prepackaged tasks to make building rakefiles easier. For example,\n tasks for building tarballs and publishing to FTP or SSH sites. (Formerly\n tasks for building RDoc and Gems were included in rake but they're now\n available in RDoc and RubyGems respectively.)\n\n* Supports parallel execution of tasks.".freeze
s.email = ["[email protected]".freeze, "[email protected]".freeze, "".freeze]
s.executables = ["rake".freeze]
Expand Down

0 comments on commit 5c444e4

Please sign in to comment.