howdy 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/README.rdoc CHANGED
@@ -9,7 +9,7 @@ Dead easy command line dictionary.
9
9
 
10
10
  = Description
11
11
 
12
- Hodwy is a tool that allowsi you querying web dictionaries from a command line.
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
- bump version in a commit by itself I can ignore when I pull)
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{Hodwy is a tool that allowsi you querying web dictionaries from a command line.}
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
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.1"
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{Hodwy is a tool that allowsi you querying web dictionaries from a command line.}
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 = [
@@ -15,7 +15,7 @@ module Howdy
15
15
  end
16
16
 
17
17
  def self.default_dictionary
18
- DictPl
18
+ DictionaryCom
19
19
  end
20
20
 
21
21
  class Base
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.1
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: Hodwy is a tool that allowsi you querying web dictionaries from a command line.
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