d 1.0.0 → 1.1.0

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 (2) hide show
  1. data/Rakefile +1 -1
  2. metadata +4 -4
data/Rakefile CHANGED
@@ -6,7 +6,7 @@ task :gemspec do |t|
6
6
  file << <<-EOS
7
7
  Gem::Specification.new do |s|
8
8
  s.name = 'd'
9
- s.version = '1.0.0'
9
+ s.version = '1.1.0'
10
10
  s.summary = "Kernel.d"
11
11
  s.description = "module Kernel; def d; require 'ruby-debug'; debugger; end; end"
12
12
  s.files = %w( lib/d.rb README.markdown Rakefile )
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: d
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - jugyo
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-05-22 00:00:00 +09:00
12
+ date: 2010-01-09 00:00:00 +09:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -34,7 +34,7 @@ files:
34
34
  - lib/d.rb
35
35
  - README.markdown
36
36
  - Rakefile
37
- has_rdoc: false
37
+ has_rdoc: true
38
38
  homepage: http://github.com/jugyo/d
39
39
  licenses: []
40
40
 
@@ -58,7 +58,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
58
58
  requirements: []
59
59
 
60
60
  rubyforge_project: kernelg
61
- rubygems_version: 1.3.2
61
+ rubygems_version: 1.3.5
62
62
  signing_key:
63
63
  specification_version: 3
64
64
  summary: Kernel.d