define 0.0.4 → 0.0.5

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 (6) hide show
  1. data/README.md +8 -0
  2. data/Rakefile +1 -1
  3. data/VERSION +1 -1
  4. data/define.gemspec +4 -4
  5. metadata +6 -6
  6. data/README.rdoc +0 -7
data/README.md ADDED
@@ -0,0 +1,8 @@
1
+ = define
2
+
3
+ define is a simple CLI to Google's definitions search. Syntax is `define word [or phrase]`. Quit wasting your time looking up definitions in a clunky old browser and let command line define build your vocabulary minimalistically!
4
+
5
+
6
+ == Copyright
7
+
8
+ Copyright (c) 2010 Trevor Hartman. See [LICENSE](http://github.com/devth/define/blob/develop/LICENSE) for details.
data/Rakefile CHANGED
@@ -6,7 +6,7 @@ begin
6
6
  Jeweler::Tasks.new do |gem|
7
7
  gem.name = "define"
8
8
  gem.summary = %Q{A simple CLI to Google's define:word utility.}
9
- gem.description = %Q{A simple CLI to Google's define:word utility. Syntax is define: word [or phrase].}
9
+ gem.description = %Q{A simple CLI to Google's definitions search. Syntax is define word [or phrase].}
10
10
  gem.email = "trevorhartman@gmail.com"
11
11
  gem.homepage = "http://github.com/devth/define"
12
12
  gem.authors = ["Trevor Hartman"]
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.4
1
+ 0.0.5
data/define.gemspec CHANGED
@@ -5,24 +5,24 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{define}
8
- s.version = "0.0.4"
8
+ s.version = "0.0.5"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Trevor Hartman"]
12
12
  s.date = %q{2010-09-09}
13
13
  s.default_executable = %q{define}
14
- s.description = %q{A simple CLI to Google's define:word utility. Syntax is define: word [or phrase].}
14
+ s.description = %q{A simple CLI to Google's definitions search. Syntax is define word [or phrase].}
15
15
  s.email = %q{trevorhartman@gmail.com}
16
16
  s.executables = ["define"]
17
17
  s.extra_rdoc_files = [
18
18
  "LICENSE",
19
- "README.rdoc"
19
+ "README.md"
20
20
  ]
21
21
  s.files = [
22
22
  ".document",
23
23
  ".gitignore",
24
24
  "LICENSE",
25
- "README.rdoc",
25
+ "README.md",
26
26
  "Rakefile",
27
27
  "VERSION",
28
28
  "bin/define",
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: define
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 4
10
- version: 0.0.4
9
+ - 5
10
+ version: 0.0.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Trevor Hartman
@@ -50,7 +50,7 @@ dependencies:
50
50
  version: 0.5.8
51
51
  type: :runtime
52
52
  version_requirements: *id002
53
- description: "A simple CLI to Google's define:word utility. Syntax is define: word [or phrase]."
53
+ description: A simple CLI to Google's definitions search. Syntax is define word [or phrase].
54
54
  email: trevorhartman@gmail.com
55
55
  executables:
56
56
  - define
@@ -58,12 +58,12 @@ extensions: []
58
58
 
59
59
  extra_rdoc_files:
60
60
  - LICENSE
61
- - README.rdoc
61
+ - README.md
62
62
  files:
63
63
  - .document
64
64
  - .gitignore
65
65
  - LICENSE
66
- - README.rdoc
66
+ - README.md
67
67
  - Rakefile
68
68
  - VERSION
69
69
  - bin/define
data/README.rdoc DELETED
@@ -1,7 +0,0 @@
1
- = define
2
-
3
- define is a simple CLI to Google's define:word utility. Syntax is `define: word [or phrase]` to return Google's definitions.
4
-
5
- == Copyright
6
-
7
- Copyright (c) 2010 Trevor Hartman. See {LICENSE}[http://github.com/devth/define/blob/develop/LICENSE] for details.