milkode 0.1.0 → 0.1.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/HISTORY.rdoc CHANGED
@@ -1,5 +1,8 @@
1
- === 0.1.2 2011/07/03
1
+ === 0.1.1 2011/07/25
2
2
 
3
- * Syntax highlighting (using CodeRay)
3
+ * Add comment.
4
4
 
5
+ === 0.1.0 2011/07/25
6
+
7
+ * 1st release.
5
8
 
data/README.rdoc CHANGED
@@ -1,6 +1,6 @@
1
1
  = milkode
2
2
 
3
- Description goes here.
3
+ Line based local source code search engine & web-app.
4
4
 
5
5
  == Contributing to milkode
6
6
 
data/Rakefile CHANGED
@@ -16,8 +16,8 @@ Jeweler::Tasks.new do |gem|
16
16
  gem.name = "milkode"
17
17
  gem.homepage = "http://github.com/ongaeshi/milkode"
18
18
  gem.license = "MIT"
19
- gem.summary = %Q{Line based local source(src) code search engin & web-app}
20
- gem.description = %Q{longer description of your gem}
19
+ gem.summary = %Q{Line based local source code search engine & web-app.}
20
+ gem.description = %Q{Line based local source code search engine & web-app.}
21
21
  gem.email = "ongaeshi0621@gmail.com"
22
22
  gem.authors = ["ongaeshi"]
23
23
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1
data/bin/milk CHANGED
@@ -6,5 +6,5 @@
6
6
  require 'rubygems'
7
7
  require 'milkode/cdstk/cli_cdstk'
8
8
 
9
- Version = "0.1.0"
9
+ Version = "0.1.1"
10
10
  Milkode::CLI_Cdstk.execute(STDOUT, ARGV)
@@ -18,7 +18,7 @@ require 'milkode/cdweb/lib/mkurl'
18
18
  set :haml, :format => :html5
19
19
 
20
20
  get '/' do
21
- @version = "0.1.0"
21
+ @version = "0.1.1"
22
22
  @package_num = Database.instance.fileList('').size
23
23
  @file_num = Database.instance.fileNum
24
24
  haml :index
data/milkode.gemspec CHANGED
@@ -5,12 +5,12 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{milkode}
8
- s.version = "0.1.0"
8
+ s.version = "0.1.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["ongaeshi"]
12
12
  s.date = %q{2011-07-25}
13
- s.description = %q{longer description of your gem}
13
+ s.description = %q{Line based local source code search engine & web-app.}
14
14
  s.email = %q{ongaeshi0621@gmail.com}
15
15
  s.executables = ["cdv", "milk", "cdview"]
16
16
  s.extra_rdoc_files = [
@@ -92,7 +92,7 @@ Gem::Specification.new do |s|
92
92
  s.licenses = ["MIT"]
93
93
  s.require_paths = ["lib"]
94
94
  s.rubygems_version = %q{1.3.6}
95
- s.summary = %q{Line based local source(src) code search engin & web-app}
95
+ s.summary = %q{Line based local source code search engine & web-app.}
96
96
  s.test_files = [
97
97
  "test/file_assert.rb",
98
98
  "test/file_test_utils.rb",
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 0
9
- version: 0.1.0
8
+ - 1
9
+ version: 0.1.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - ongaeshi
@@ -169,7 +169,7 @@ dependencies:
169
169
  requirement: *id011
170
170
  prerelease: false
171
171
  type: :runtime
172
- description: longer description of your gem
172
+ description: Line based local source code search engine & web-app.
173
173
  email: ongaeshi0621@gmail.com
174
174
  executables:
175
175
  - cdv
@@ -279,7 +279,7 @@ rubyforge_project:
279
279
  rubygems_version: 1.3.6
280
280
  signing_key:
281
281
  specification_version: 3
282
- summary: Line based local source(src) code search engin & web-app
282
+ summary: Line based local source code search engine & web-app.
283
283
  test_files:
284
284
  - test/file_assert.rb
285
285
  - test/file_test_utils.rb