bbs2ch 0.1.0 → 0.1.1

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: a038e3331d1a4be3e1fa32b7b41f8f56ad4e0a2c
4
- data.tar.gz: ad2649a95581f6be3d595cf7d2a2d6d9de95c0bc
3
+ metadata.gz: ebbb829f16f78eb81e257b39472f391ad7487427
4
+ data.tar.gz: 885216c3cf94142f62d66810a9b9c5806dbc9897
5
5
  SHA512:
6
- metadata.gz: 73d04c4ea98e1ad4c566a6b961255a933f7e00a0dd9bdb7582cebb4062439674d608f0feba5fca3c44fae78667e524a2975b9a3e0145994e6a6c6db0b7ace80d
7
- data.tar.gz: 41c0054c04973b3a63f98ee621fb2d529c06f78362ee2a28341dbb26383f1cbdc58af56e1126cd220b62e2ae68951219a556b20736ecb99c038a271b9ddcb0cd
6
+ metadata.gz: af0d111b9fcc40902702c567d7409780089d0090ba73addfd318e8f6c0c39af3dba7a8aad72fbf632d8f0b399ef14a2fa2004c87fc410de3ca6f7bf92704b7c3
7
+ data.tar.gz: 186ad34cb50ea0ae225241c6956711d434c2f6eea500f2ec0f115376f75cbebe0aa2c1001ee91b2f6b6565339d79cc71e9db7f7b2485c1b63ae4b7063c122a5d
data/README.md CHANGED
@@ -28,3 +28,28 @@ Or install it yourself as:
28
28
  3. Commit your changes (`git commit -am 'Added some feature'`)
29
29
  4. Push to the branch (`git push origin my-new-feature`)
30
30
  5. Create new Pull Request
31
+
32
+ ## LICENSE:
33
+
34
+ (The MIT License)
35
+
36
+ Copyright (c) 2012 fukayatsu (Atsuo Fukaya)
37
+
38
+ Permission is hereby granted, free of charge, to any person obtaining
39
+ a copy of this software and associated documentation files (the
40
+ 'Software'), to deal in the Software without restriction, including
41
+ without limitation the rights to use, copy, modify, merge, publish,
42
+ distribute, sublicense, and/or sell copies of the Software, and to
43
+ permit persons to whom the Software is furnished to do so, subject to
44
+ the following conditions:
45
+
46
+ The above copyright notice and this permission notice shall be
47
+ included in all copies or substantial portions of the Software.
48
+
49
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
50
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
51
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
52
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
53
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
54
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
55
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -14,6 +14,7 @@ Gem::Specification.new do |gem|
14
14
  gem.name = "bbs2ch"
15
15
  gem.require_paths = ["lib"]
16
16
  gem.version = BBS2ch::VERSION
17
+ gem.license = 'MIT'
17
18
 
18
19
  gem.add_dependency "faraday", '~> 0.8.8'
19
20
 
@@ -1,3 +1,3 @@
1
1
  module BBS2ch
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bbs2ch
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - fukayatsu
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-09-08 00:00:00.000000000 Z
11
+ date: 2013-09-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -81,7 +81,8 @@ files:
81
81
  - spec/bbs2ch/client_spec.rb
82
82
  - spec/spec_helper.rb
83
83
  homepage: ''
84
- licenses: []
84
+ licenses:
85
+ - MIT
85
86
  metadata: {}
86
87
  post_install_message:
87
88
  rdoc_options: []