nake 0.1 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/bin/nake +2 -0
  3. data/nake.gemspec +2 -2
  4. metadata +5 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ab3b00108e17b8b2af0232d2141190057070eb43
4
- data.tar.gz: 074eb4ad9413fcf7f241fbfd5ff4ff8b88c3d905
3
+ metadata.gz: c95e0f2a301bd48ff11dae7c79a9744aabefe647
4
+ data.tar.gz: 6fcd2148e53c1f3ab8220750ef65b1a48a2bb2ee
5
5
  SHA512:
6
- metadata.gz: 5c21fc403737649f7f7cdc272710643734e0cda4adde444be01d9b40edf986c7113a5b606783880f33a5e50bdb804ca2f56a24114b0c612331c43c1d2c179bc3
7
- data.tar.gz: 5abd2ad95042e3cb57298601cb0e6102760f64283ffd79723706d1c665556ab42387ed4785f91f50e3b419ebff2a1d16151972e99c9bff6c0de77686f03780e6
6
+ metadata.gz: 6b76c34462fc7ac0cd36bc0d0e7c0e98cc04f1fd51cde7f5b06324d6348f1addd23d11053dcb7885e68d9a3f653454691b01720ef4a02a043c9be909762badd1
7
+ data.tar.gz: dc61afc817d4f42ac7cc2b4a3413fa4242a158ea49d0e48bd61c9dbfc4c5fbdec6e8773859f39b4da8a0f538062d1f554eb6d593368392f14c26193bd8c9a82e
data/bin/nake CHANGED
@@ -3,3 +3,5 @@
3
3
  $:.unshift File.join(File.dirname(__FILE__), "..", "lib")
4
4
 
5
5
  require "nake/runner"
6
+
7
+ Nake.run
@@ -8,8 +8,8 @@ require "base64"
8
8
 
9
9
  Gem::Specification.new do |s|
10
10
  s.name = "nake"
11
- s.version = "0.1"
12
- s.authors = ["Jakub Šťastný aka Botanicus"]
11
+ s.version = "0.1.1"
12
+ s.authors = ["James C Russell"]
13
13
  s.homepage = "http://github.com/botanicus/nake"
14
14
  s.summary = "Nake is light-weight and highly flexible Rake replacement with much better arguments parsing"
15
15
  s.description = "" # TODO: long description
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nake
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.1'
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
- - Jakub Šťastný aka Botanicus
7
+ - James C Russell
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-01-13 00:00:00.000000000 Z
11
+ date: 2015-07-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: term-ansicolor
@@ -133,9 +133,7 @@ files:
133
133
  homepage: http://github.com/botanicus/nake
134
134
  licenses: []
135
135
  metadata: {}
136
- post_install_message: "[\e[32mVersion 0.0.9\e[0m] Thanks to Task#config=, the configuration
137
- can be shared between multiple tasks\n[\e[32mVersion 0.0.9\e[0m] Reworked rule,
138
- added Rule class\n[\e[32mVersion 0.0.9\e[0m] Added --coloring & --no-coloring options\n"
136
+ post_install_message:
139
137
  rdoc_options: []
140
138
  require_paths:
141
139
  - lib
@@ -151,7 +149,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
151
149
  version: '0'
152
150
  requirements: []
153
151
  rubyforge_project: nake
154
- rubygems_version: 2.0.3
152
+ rubygems_version: 2.2.2
155
153
  signing_key:
156
154
  specification_version: 4
157
155
  summary: Nake is light-weight and highly flexible Rake replacement with much better