qer 0.2.2 → 0.2.2.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.
- data/Rakefile +2 -1
- data/lib/qer.rb +1 -1
- metadata +3 -1
data/Rakefile
CHANGED
|
@@ -6,6 +6,7 @@ require File.dirname(__FILE__) + '/lib/qer'
|
|
|
6
6
|
$hoe = Hoe.spec('qer') do |p|
|
|
7
7
|
p.developer('Josh Kleinpeter', 'josh@kleinpeter.org')
|
|
8
8
|
p.developer('Coby Randquist', 'randquistcp@gmail.com')
|
|
9
|
+
p.developer('Jacob Dunphy', 'jacob.dunphy@gmail.com')
|
|
9
10
|
p.changes = p.paragraphs_of("History.txt", 0..1).join("\n\n")
|
|
10
11
|
p.rubyforge_name = p.name
|
|
11
12
|
p.description = "Qer is an easy command-line todo list."
|
|
@@ -14,7 +15,7 @@ $hoe = Hoe.spec('qer') do |p|
|
|
|
14
15
|
['shoulda','= 2.10.1'],
|
|
15
16
|
['newgem', ">= #{::Newgem::VERSION}"]
|
|
16
17
|
]
|
|
17
|
-
|
|
18
|
+
|
|
18
19
|
p.clean_globs |= %w[**/.DS_Store tmp *.log]
|
|
19
20
|
path = (p.rubyforge_name == p.name) ? p.rubyforge_name : "\#{p.rubyforge_name}/\#{p.name}"
|
|
20
21
|
p.remote_rdoc_dir = File.join(path.gsub(/^#{p.rubyforge_name}\/?/,''), 'rdoc')
|
data/lib/qer.rb
CHANGED
metadata
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: qer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.2
|
|
4
|
+
version: 0.2.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Josh Kleinpeter
|
|
8
8
|
- Coby Randquist
|
|
9
|
+
- Jacob Dunphy
|
|
9
10
|
autorequire:
|
|
10
11
|
bindir: bin
|
|
11
12
|
cert_chain: []
|
|
@@ -47,6 +48,7 @@ description: Qer is an easy command-line todo list.
|
|
|
47
48
|
email:
|
|
48
49
|
- josh@kleinpeter.org
|
|
49
50
|
- randquistcp@gmail.com
|
|
51
|
+
- jacob.dunphy@gmail.com
|
|
50
52
|
executables:
|
|
51
53
|
- qer
|
|
52
54
|
extensions: []
|