ruremai 0.0.1 → 0.0.2

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/lib/ruremai/version.rb +1 -1
  2. data/ruremai.gemspec +2 -2
  3. metadata +3 -3
@@ -1,3 +1,3 @@
1
1
  module Ruremai
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
data/ruremai.gemspec CHANGED
@@ -4,8 +4,8 @@ require File.expand_path('../lib/ruremai/version', __FILE__)
4
4
  Gem::Specification.new do |gem|
5
5
  gem.authors = ['hibariya']
6
6
  gem.email = ['celluloid.key@gmail.com']
7
- gem.description = %q{Open ruby reference manual by browser.}
8
- gem.summary = %q{Object.method(:name).rurema!}
7
+ gem.description = %q{Object.method(:name).rurema!}
8
+ gem.summary = %q{Open ruby reference manual by browser.}
9
9
  gem.homepage = 'https://github.com/hibariya/ruremai'
10
10
 
11
11
  gem.files = `git ls-files`.split($\)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruremai
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -43,7 +43,7 @@ dependencies:
43
43
  - - ~>
44
44
  - !ruby/object:Gem::Version
45
45
  version: 1.3.1
46
- description: Open ruby reference manual by browser.
46
+ description: Object.method(:name).rurema!
47
47
  email:
48
48
  - celluloid.key@gmail.com
49
49
  executables: []
@@ -84,5 +84,5 @@ rubyforge_project:
84
84
  rubygems_version: 1.8.23
85
85
  signing_key:
86
86
  specification_version: 3
87
- summary: Object.method(:name).rurema!
87
+ summary: Open ruby reference manual by browser.
88
88
  test_files: []