simplelorem 1.0.3 → 1.0.4

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: 325e1ea8a894715e17216a9d471f033f8dfd9851
4
- data.tar.gz: 468373be4d41672693b15d4298b2ad0ef226e243
3
+ metadata.gz: c10154c3876224ab0f0da72ee2b2042cad2b36a0
4
+ data.tar.gz: 4805d10b8fd0f2df70a548ebfef1e28a999b54d3
5
5
  SHA512:
6
- metadata.gz: 279703cb7429b6ee53b0e4beffb692a636c5e02f9fa8d6c2a0567ff6b1a50adb8221ded949f4e8d342e074c215e995feff6597c934f904d66e69fc1f257cd926
7
- data.tar.gz: 5b3c3690113d6e2936d5788df1f4c06df24998b217d6a7d5a6191cdd3352e10c813f7397b330c14b5c8ac05447891640b84d0c89bbb0c1c3c534e96203d553ad
6
+ metadata.gz: e8623e65227744ec4b38faf77ab134135846ec164d443130d4fe47bb739f9aaefe82a95ce12778dc4e8431bf1685561b478577501fa6311ecad44c69b974798f
7
+ data.tar.gz: fa6e12f140eb1b4234e3c2c10a24ee9780030a7c8fd40c51779e01a819f92b0f8c5080a3ab53443ad30fbdbf4e07f16528e60b25b22b3dd9f7d3c02c343ce5fa
data/LICENSE ADDED
@@ -0,0 +1,9 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2015 Jackson Geller
4
+
5
+ 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:
6
+
7
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
8
+
9
+ 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 Simplelorem
2
- VERSION = "1.0.3"
2
+ VERSION = "1.0.4"
3
3
  end
data/simplelorem.gemspec CHANGED
@@ -8,6 +8,7 @@ Gem::Specification.new do |spec|
8
8
  spec.version = Simplelorem::VERSION
9
9
  spec.authors = ["jaxgeller"]
10
10
  spec.email = ["jacksongeller@gmail.com"]
11
+ spec.license = "MIT"
11
12
 
12
13
  spec.summary = "a bring-your-own-training-text lorem ipsum generator."
13
14
  spec.homepage = "https://github.com/jaxgeller/simplelorem"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simplelorem
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - jaxgeller
@@ -63,6 +63,7 @@ files:
63
63
  - ".rspec"
64
64
  - ".travis.yml"
65
65
  - Gemfile
66
+ - LICENSE
66
67
  - README.md
67
68
  - Rakefile
68
69
  - bin/console
@@ -71,7 +72,8 @@ files:
71
72
  - lib/simplelorem/version.rb
72
73
  - simplelorem.gemspec
73
74
  homepage: https://github.com/jaxgeller/simplelorem
74
- licenses: []
75
+ licenses:
76
+ - MIT
75
77
  metadata: {}
76
78
  post_install_message:
77
79
  rdoc_options: []