katipo 0.1.1 → 0.1.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. checksums.yaml +4 -4
  2. data/MIT-LICENSE +19 -0
  3. metadata +5 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 434b7bd2fda8a54f79fa649bd6d227812884109f
4
- data.tar.gz: bfea8be184032460e8b05b7d507644d959dceadd
3
+ metadata.gz: ce6c4de482e1fc5fd469024c6fa692e955c90256
4
+ data.tar.gz: 33d547accf1de4f55bafbccecddbac71b37afa07
5
5
  SHA512:
6
- metadata.gz: b868009b565e48b20d40e4b10cd509ac2ee4095b466b7b68de4aca29ffdb708bd35b77fd29991a99971f2db5a5e7fd2879b1b5891d5e7cb81ba6fed9f1eed4c8
7
- data.tar.gz: 1e6ba628e761db6a55628f02a2a975fa3b2cd4fd2ae122037950cd2021a55b69345a335cd47f37601db80d28f993d7b2ffbd95b0ec4d614ca6efb044f53ead17
6
+ metadata.gz: 5594ac3e6aca25aa71272ba73bd8d74e00f0ce7fa012e1312311b7b3e54765cc86ef7a245e5cc92f76abc851b1685a88dee002dd3118bae864abdda810c4dd1b
7
+ data.tar.gz: 8b592b65852f74c6797ea9c54b12ac4484f8f2343ca6354362bc7a66edf89da57ec7ec54b84d3fb0cd5e1ccc87b169a61cdc63068da5208de9acc432a3db63dc
data/MIT-LICENSE ADDED
@@ -0,0 +1,19 @@
1
+ Copyright (C) 2011-2014 InfraRuby Vision
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining a
4
+ copy of this software and associated documentation files (the "Software"),
5
+ to deal in the Software without restriction, including without limitation
6
+ the rights to use, copy, modify, merge, publish, distribute, sublicense,
7
+ and/or sell copies of the Software, and to permit persons to whom the
8
+ Software is furnished to do so, subject to the following conditions:
9
+
10
+ The above copyright notice and this permission notice shall be included in
11
+ all copies or substantial portions of the Software.
12
+
13
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
18
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
19
+ DEALINGS IN THE SOFTWARE.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: katipo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - InfraRuby Vision
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-07 00:00:00.000000000 Z
11
+ date: 2014-08-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: infraruby-shim
@@ -24,12 +24,13 @@ dependencies:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: '3.3'
27
- description: katipo
27
+ description: Katipo is a web framework
28
28
  email: rubygems@infraruby.com
29
29
  executables: []
30
30
  extensions: []
31
31
  extra_rdoc_files: []
32
32
  files:
33
+ - MIT-LICENSE
33
34
  - README.md
34
35
  - lib/katipo.rb
35
36
  - manifest.txt
@@ -59,5 +60,5 @@ rubyforge_project:
59
60
  rubygems_version: 2.2.2
60
61
  signing_key:
61
62
  specification_version: 4
62
- summary: katipo
63
+ summary: Katipo is a web framework
63
64
  test_files: []