Skip to content

Commit 5c444e4

Browse files
committed
bump version to Rake 11.1.2
1 parent 23e5c29 commit 5c444e4

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

lib/rake.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#++
2222

2323
module Rake
24-
VERSION = '11.1.1'
24+
VERSION = '11.1.2'
2525
end
2626

2727
require 'rake/version'

rake.gemspec

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
# -*- encoding: utf-8 -*-
2-
# stub: rake 11.0.1.20160309174104 ruby lib
32

43
Gem::Specification.new do |s|
54
s.name = "rake".freeze
6-
s.version = "11.0.1.20160309174104"
5+
s.version = "11.1.2"
76

87
s.required_rubygems_version = Gem::Requirement.new(">= 1.3.2".freeze) if s.respond_to? :required_rubygems_version=
98
s.require_paths = ["lib".freeze]
109
s.authors = ["Hiroshi SHIBATA".freeze, "Eric Hodel".freeze, "Jim Weirich".freeze]
11-
s.date = "2016-03-09"
10+
s.date = "2016-03-27"
1211
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
1312
s.email = ["[email protected]".freeze, "[email protected]".freeze, "".freeze]
1413
s.executables = ["rake".freeze]

0 commit comments

Comments
 (0)