howdy 0.0.1 → 0.0.2
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/README.rdoc +2 -2
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/howdy.gemspec +2 -2
- data/lib/howdy/dictionaries/base.rb +1 -1
- metadata +2 -2
data/README.rdoc
CHANGED
|
@@ -9,7 +9,7 @@ Dead easy command line dictionary.
|
|
|
9
9
|
|
|
10
10
|
= Description
|
|
11
11
|
|
|
12
|
-
|
|
12
|
+
Howdy is a tool that allows querying web dictionaries from a command line.
|
|
13
13
|
Howdy enables "how" binary in your system. If for example you want to know what does 'awesome' mean than just issue:
|
|
14
14
|
|
|
15
15
|
$ how awesome
|
|
@@ -36,7 +36,7 @@ Howdy enables "how" binary in your system. If for example you want to know what
|
|
|
36
36
|
future version unintentionally.
|
|
37
37
|
* Commit, do not mess with rakefile, version, or history.
|
|
38
38
|
(if you want to have your own version, that is fine but
|
|
39
|
-
|
|
39
|
+
* bump version in a commit by itself I can ignore when I pull)
|
|
40
40
|
* Send me a pull request. Bonus points for topic branches.
|
|
41
41
|
|
|
42
42
|
== Copyright
|
data/Rakefile
CHANGED
|
@@ -6,7 +6,7 @@ begin
|
|
|
6
6
|
Jeweler::Tasks.new do |gem|
|
|
7
7
|
gem.name = "howdy"
|
|
8
8
|
gem.summary = %Q{Query web dictionaries from command line}
|
|
9
|
-
gem.description = %Q{
|
|
9
|
+
gem.description = %Q{Howdy is a tool that allows querying web dictionaries from a command line.}
|
|
10
10
|
gem.email = "michal.lomnicki@gmail.com"
|
|
11
11
|
gem.homepage = "http://github.com/mlomnicki/howdy"
|
|
12
12
|
gem.authors = ["mlomnicki"]
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.2
|
data/howdy.gemspec
CHANGED
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{howdy}
|
|
8
|
-
s.version = "0.0.
|
|
8
|
+
s.version = "0.0.2"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["mlomnicki"]
|
|
12
12
|
s.date = %q{2010-02-14}
|
|
13
13
|
s.default_executable = %q{how}
|
|
14
|
-
s.description = %q{
|
|
14
|
+
s.description = %q{Howdy is a tool that allows querying web dictionaries from a command line.}
|
|
15
15
|
s.email = %q{michal.lomnicki@gmail.com}
|
|
16
16
|
s.executables = ["how"]
|
|
17
17
|
s.extra_rdoc_files = [
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: howdy
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- mlomnicki
|
|
@@ -32,7 +32,7 @@ dependencies:
|
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
33
|
version: "0"
|
|
34
34
|
version:
|
|
35
|
-
description:
|
|
35
|
+
description: Howdy is a tool that allows querying web dictionaries from a command line.
|
|
36
36
|
email: michal.lomnicki@gmail.com
|
|
37
37
|
executables:
|
|
38
38
|
- how
|