sdoc 0.2.15 → 0.2.16

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 (3) hide show
  1. data/VERSION.yml +1 -1
  2. data/sdoc.gemspec +7 -7
  3. metadata +2 -2
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 2
4
- :patch: 15
4
+ :patch: 16
@@ -1,11 +1,12 @@
1
+ # -*- encoding: utf-8 -*-
2
+
1
3
  Gem::Specification.new do |s|
2
4
  s.name = %q{sdoc}
3
- s.version = "0.2.15"
4
- s.platform = Gem::Platform.new(["universal", "java", nil]) if defined?(::JRUBY_VERSION)
5
+ s.version = "0.2.16"
5
6
 
6
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
7
8
  s.authors = ["Volodya Kolesnikov"]
8
- s.date = %q{2009-12-12}
9
+ s.date = %q{2009-12-29}
9
10
  s.email = %q{voloko@gmail.com}
10
11
  s.executables = ["sdoc", "sdoc-merge"]
11
12
  s.extra_rdoc_files = [
@@ -76,14 +77,13 @@ Gem::Specification.new do |s|
76
77
 
77
78
  if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
78
79
  s.add_runtime_dependency(%q<rdoc>, [">= 2.4.2"])
79
- s.add_runtime_dependency(defined?(::JRUBY_VERSION) ? %q<json_pure> : %q<json>, [">= 1.1.3"])
80
+ s.add_runtime_dependency(%q<json>, [">= 1.1.3"])
80
81
  else
81
82
  s.add_dependency(%q<rdoc>, [">= 2.4.2"])
82
- s.add_runtime_dependency(defined?(::JRUBY_VERSION) ? %q<json_pure> : %q<json>, [">= 1.1.3"])
83
+ s.add_dependency(%q<json>, [">= 1.1.3"])
83
84
  end
84
85
  else
85
86
  s.add_dependency(%q<rdoc>, [">= 2.4.2"])
86
- s.add_runtime_dependency(defined?(::JRUBY_VERSION) ? %q<json_pure> : %q<json>, [">= 1.1.3"])
87
+ s.add_dependency(%q<json>, [">= 1.1.3"])
87
88
  end
88
89
  end
89
-
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sdoc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.15
4
+ version: 0.2.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Volodya Kolesnikov
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-12-12 00:00:00 +03:00
12
+ date: 2009-12-29 00:00:00 +03:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency