bitclust-core 0.9.4 → 0.9.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 44f546bdb118c173c451de79b39c7e4b93cb6d2d
4
- data.tar.gz: d3fecf803bed34c35f2c5d6805e197bbd02d03c7
3
+ metadata.gz: 9cc3a9cead692706d4769f8b73ca597465f0ac3e
4
+ data.tar.gz: '0585fc204e24c9c589a70f439c337ba8690afc1e'
5
5
  SHA512:
6
- metadata.gz: 4368f9fb10199560cfbf9c5d9d0086c9778cd3efb97e69ff0fc24446b8c730f8f69fff67aa6316ae8efb20720661b0460cae4d46d90c3ba01c6d639110159486
7
- data.tar.gz: d694d12b33853507c6386a5c6aa911d3c9279be75d7342dc95340309e856230fcf61d8a6d022b0eb8a558d67dbfdaaac2233eb3a7aaad93c16df8a88c88e7b69
6
+ metadata.gz: 5c0e570e26f99c8184f2aece08cad507aab49e0f1f4f324062fa3e05d4cdbc5c460fbbcbc5413592fac0365ccf7eb5497031f5df28a71effaa6bf84998c0cf31
7
+ data.tar.gz: f64b51da316330bf637e0c5372c6c0f45c485ab4281ba21ede5a82393197b0e4dce186d48a03f3bec442f70e97e099c4c0b7691a9c22743815b9a911323a5949
data/Gemfile CHANGED
@@ -1,9 +1,8 @@
1
1
  source "https://rubygems.org"
2
2
 
3
3
  gem "rake"
4
- gem "progressbar"
5
4
 
6
5
  # Specify your gem's dependencies in bitclust.gemspec
7
- gemspec :name => "bitclust"
6
+ gemspec :name => "bitclust-core"
8
7
  gemspec :name => "bitclust-dev"
9
8
  gemspec :name => "refe2"
data/Rakefile CHANGED
@@ -15,6 +15,6 @@ task :test do
15
15
  sh 'ruby test/run_test.rb'
16
16
  end
17
17
 
18
- Bundler::GemHelper.install_tasks(:name => "bitclust")
18
+ Bundler::GemHelper.install_tasks(:name => "bitclust-core")
19
19
  Bundler::GemHelper.install_tasks(:name => "bitclust-dev")
20
20
  Bundler::GemHelper.install_tasks(:name => "refe2")
@@ -14,14 +14,6 @@ unless Object.method_defined?(:funcall)
14
14
  end
15
15
  end
16
16
 
17
- if 0.class != Integer && !Fixnum.method_defined?(:ord)
18
- class Fixnum
19
- def ord
20
- self
21
- end
22
- end
23
- end
24
-
25
17
  unless String.method_defined?(:lines)
26
18
  class String
27
19
  alias lines to_a
@@ -1,3 +1,3 @@
1
1
  module BitClust
2
- VERSION = "0.9.4"
2
+ VERSION = "0.9.5"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bitclust-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.4
4
+ version: 0.9.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - https://github.com/rurema
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-12-25 00:00:00.000000000 Z
11
+ date: 2017-03-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: test-unit
@@ -70,16 +70,16 @@ dependencies:
70
70
  name: progressbar
71
71
  requirement: !ruby/object:Gem::Requirement
72
72
  requirements:
73
- - - ">="
73
+ - - '='
74
74
  - !ruby/object:Gem::Version
75
- version: '0'
75
+ version: 0.21.0
76
76
  type: :runtime
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
- - - ">="
80
+ - - '='
81
81
  - !ruby/object:Gem::Version
82
- version: '0'
82
+ version: 0.21.0
83
83
  description: |
84
84
  Rurema is a Japanese ruby documentation project, and
85
85
  bitclust is a rurema document processor.
@@ -95,7 +95,6 @@ files:
95
95
  - README
96
96
  - Rakefile
97
97
  - bin/bitclust
98
- - bitclust.gemspec
99
98
  - data/bitclust/catalog/ja_JP.UTF-8
100
99
  - data/bitclust/template.epub/class
101
100
  - data/bitclust/template.epub/class-index
@@ -192,7 +191,6 @@ files:
192
191
  - lib/bitclust/subcommands/preproc_command.rb
193
192
  - lib/bitclust/subcommands/property_command.rb
194
193
  - lib/bitclust/subcommands/query_command.rb
195
- - lib/bitclust/subcommands/review_command.rb
196
194
  - lib/bitclust/subcommands/server_command.rb
197
195
  - lib/bitclust/subcommands/setup_command.rb
198
196
  - lib/bitclust/subcommands/statichtml_command.rb
@@ -245,18 +243,18 @@ signing_key:
245
243
  specification_version: 4
246
244
  summary: BitClust is a rurema document processor.
247
245
  test_files:
248
- - test/test_simplesearcher.rb
249
- - test/test_refsdatabase.rb
250
- - test/test_runner.rb
251
- - test/test_methoddatabase.rb
252
- - test/test_nameutils.rb
246
+ - test/test_preprocessor.rb
253
247
  - test/run_test.rb
254
- - test/test_rrdparser.rb
255
- - test/test_bitclust.rb
256
- - test/test_methodsignature.rb
257
248
  - test/test_entry.rb
249
+ - test/test_methoddatabase.rb
250
+ - test/test_functiondatabase.rb
251
+ - test/test_refsdatabase.rb
252
+ - test/test_bitclust.rb
258
253
  - test/test_functionreferenceparser.rb
254
+ - test/test_methodsignature.rb
255
+ - test/test_rrdparser.rb
256
+ - test/test_simplesearcher.rb
257
+ - test/test_nameutils.rb
259
258
  - test/test_rdcompiler.rb
260
- - test/test_preprocessor.rb
261
- - test/test_functiondatabase.rb
259
+ - test/test_runner.rb
262
260
  - test/test_libraryentry.rb
data/bitclust.gemspec DELETED
@@ -1,33 +0,0 @@
1
- # -*- encoding: utf-8 -*-
2
- $:.push File.expand_path("../lib", __FILE__)
3
- require "bitclust/version"
4
-
5
- Gem::Specification.new do |s|
6
- s.name = "bitclust-core"
7
- s.version = BitClust::VERSION
8
- s.authors = ["https://github.com/rurema"]
9
- s.email = [""]
10
- s.homepage = "http://docs.ruby-lang.org/ja/"
11
- s.summary = %Q!BitClust is a rurema document processor.!
12
- s.description =<<EOD
13
- Rurema is a Japanese ruby documentation project, and
14
- bitclust is a rurema document processor.
15
- EOD
16
-
17
- s.rubyforge_project = ""
18
-
19
- s.files = Dir["ChangeLog", "Gemfile", "README", "Rakefile", "bitclust.gemspec",
20
- "data/**/*", "lib/**/*.rb", "theme/**/*"].reject {|f| f =~ /.*~/ }
21
- s.test_files = Dir["test/**/*.rb"].reject {|f| f =~ /.*~/ }
22
- s.executables = ["bitclust"]
23
- s.require_paths = ["lib"]
24
-
25
- # specify any dependencies here; for example:
26
- # s.add_development_dependency "rspec"
27
- # s.add_runtime_dependency "rest-client"
28
- s.add_development_dependency "test-unit", ">= 2.3.0"
29
- s.add_development_dependency "test-unit-notify"
30
- s.add_development_dependency "test-unit-rr"
31
- s.add_runtime_dependency "rack"
32
- s.add_runtime_dependency "progressbar"
33
- end
@@ -1,9 +0,0 @@
1
-
2
- module BitClust
3
- module Subcommands
4
- class ReviewCommand < Subcommand
5
- include NameUtils
6
-
7
- end
8
- end
9
- end