open_as_text 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,30 @@
1
+ open\_as\_text
2
+ ====
3
+
4
+ You can open an object as text.
5
+
6
+ Installation
7
+ ----
8
+
9
+ gem install open_as_text
10
+
11
+ Usage
12
+ ----
13
+
14
+ require 'open_as_text'
15
+ open_as_text "foo"
16
+ # or you can use usefull alias instead!
17
+ ot "foo"
18
+
19
+ License
20
+ ----
21
+
22
+ (The MIT License)
23
+
24
+ Copyright (c) 2011-2012 jugyo
25
+
26
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
27
+
28
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
29
+
30
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -1,3 +1,3 @@
1
1
  module OpenAsText
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
7
7
  s.version = OpenAsText::VERSION
8
8
  s.authors = ["jugyo"]
9
9
  s.email = ["jugyo.org@gmail.com"]
10
- s.homepage = ""
10
+ s.homepage = "https://github.com/jugyo/open_as_text"
11
11
  s.summary = %q{Object#open_as_text}
12
12
  s.description = %q{open an object as text}
13
13
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: open_as_text
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2011-12-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: launchy
16
- requirement: &70223605093760 !ruby/object:Gem::Requirement
16
+ requirement: &70363069976640 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: '0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70223605093760
24
+ version_requirements: *70363069976640
25
25
  description: open an object as text
26
26
  email:
27
27
  - jugyo.org@gmail.com
@@ -30,11 +30,12 @@ extensions: []
30
30
  extra_rdoc_files: []
31
31
  files:
32
32
  - Gemfile
33
+ - README.md
33
34
  - Rakefile
34
35
  - lib/open_as_text.rb
35
36
  - lib/open_as_text/version.rb
36
37
  - open_as_text.gemspec
37
- homepage: ''
38
+ homepage: https://github.com/jugyo/open_as_text
38
39
  licenses: []
39
40
  post_install_message:
40
41
  rdoc_options: []