drumherum 0.1.34 → 0.1.35
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.
- data/lib/drumherum/rake.rb +9 -3
- data/version.rb +1 -1
- metadata +3 -3
data/lib/drumherum/rake.rb
CHANGED
|
@@ -71,9 +71,6 @@ end
|
|
|
71
71
|
|
|
72
72
|
|
|
73
73
|
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
74
|
# -------------------------------------------------------------------------------------------------------
|
|
78
75
|
# publish
|
|
79
76
|
#
|
|
@@ -312,6 +309,15 @@ end
|
|
|
312
309
|
# Div
|
|
313
310
|
#
|
|
314
311
|
|
|
312
|
+
|
|
313
|
+
|
|
314
|
+
desc "Open an irb session preloaded with this library"
|
|
315
|
+
task :console do
|
|
316
|
+
sh "irb -rubygems -I lib -r lingulang.rb"
|
|
317
|
+
end
|
|
318
|
+
|
|
319
|
+
|
|
320
|
+
|
|
315
321
|
# Task :utf8
|
|
316
322
|
#
|
|
317
323
|
desc 'Set Codepage to 65001'
|
data/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: drumherum
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.35
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2013-03-25 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: hoe
|
|
@@ -91,7 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
91
91
|
version: '0'
|
|
92
92
|
requirements: []
|
|
93
93
|
rubyforge_project: drumherum
|
|
94
|
-
rubygems_version: 1.8.
|
|
94
|
+
rubygems_version: 1.8.25
|
|
95
95
|
signing_key:
|
|
96
96
|
specification_version: 3
|
|
97
97
|
summary: ! '''Drumherum'' is a german word for ''the stuff around it'' -- Tools for
|