dech 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +21 -0
  3. data/dech.gemspec +1 -1
  4. data/lib/dech/version.rb +1 -1
  5. metadata +3 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: aa970fe74fc171b20d2e05ad1f4fcd19dbda7c6c
4
- data.tar.gz: bcdc45225d298201caf2130388f93e63f35b12e1
3
+ metadata.gz: 30f639c446e2de69ab0c1d076d46737877cc41e6
4
+ data.tar.gz: 6b016294b7c598b0862980f6d34c7f803aabb4df
5
5
  SHA512:
6
- metadata.gz: 825291cf53ba0ceb4d77dc8188114a54e98c69fb1be3683bcda1d5c85b060fcdd0a22bda2c3c9aadc5ed8a2e811647d5ee629c0df56f8051c8713128d7b3cdc3
7
- data.tar.gz: 042ce66ab9b37ef1e52c41af435f61c8511598cb63da065663c2d3314f5976bdaebdc029248cc7ba710941f125ef179596485c3581ea920dc5c555c429955b96
6
+ metadata.gz: 2da66aeff6363ee32ec6458ebb5093661849531da215f5bb27ea07378b1323a45d0fc85a083a0915c33aaf58053216040c4c9edc7dfcd78850fd6ba7f58b684e
7
+ data.tar.gz: cecbbbb78092e15d48c53a2615905332d291099a51e5630e35d03de3c04e89dbf4c1730dc88e5e1ff5c542fd33e93fd3f5acd0fbcde18188f3a15edad739b1f8
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2014 OSA Shunsuke
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
data/dech.gemspec CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
  spec.summary = %q{Utilities gem for e-commerce mall in Japan.}
12
12
  spec.description = %q{Dech enables you to upload price change easily.}
13
13
  spec.homepage = "https://github.com/e-maido/dech"
14
- spec.license = ""
14
+ spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
17
17
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
data/lib/dech/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # coding: utf-8
2
2
 
3
3
  module Dech
4
- VERSION = "0.0.1"
4
+ VERSION = "0.0.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dech
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - OSA Shunsuke
@@ -92,6 +92,7 @@ files:
92
92
  - ".travis.yml"
93
93
  - Gemfile
94
94
  - Guardfile
95
+ - LICENSE
95
96
  - README.md
96
97
  - Rakefile
97
98
  - dech.gemspec
@@ -105,7 +106,7 @@ files:
105
106
  - spec/spec_helper.rb
106
107
  homepage: https://github.com/e-maido/dech
107
108
  licenses:
108
- - ''
109
+ - MIT
109
110
  metadata: {}
110
111
  post_install_message:
111
112
  rdoc_options: []