vigilem 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: 17025307ddcba3df3cfd54a209ccd585f47dbdaa
4
- data.tar.gz: 8a1cbb3bdeb67fbccbd57e59f1fbc257f7bedebf
3
+ metadata.gz: 859e5095bec3924d1d2887934e7b62a275b69712
4
+ data.tar.gz: 046748554e05ca427c4c419daf2e625ef243d436
5
5
  SHA512:
6
- metadata.gz: 17af5af96f72e170cd5f26bfd50d962218e0d99724787ef4bee7c5cb4e6d5d0d74b1b3257ff6a1311354ea13250c0e655f93c44e2356ecc91492e44a1e96c1ea
7
- data.tar.gz: 5705d8bd0aad453d3d9e58cc64405230cf3cd9b01cc3f66c1fcd1b9ea85cdeb6c137b0f4bab656ed5b830176e3f70e90ecc738035382e90abe3a9b5fc1851acb
6
+ metadata.gz: e25e070e55ce0c2128969edd3658b400927194597d7ff655ba4f166b947916b53a575bd10fe530e01dd5674df17e71d04033587f7c412a74eaf4e6608166b7b3
7
+ data.tar.gz: 02f0990be8252e06f31e183218363863ea38d1a6c2159156151a1e46a342cc847d155cb787f473846b2f6f1bcdcbd1c7219ccb9b681bf397612d7c7b6c910292
data/LICENSE.txt ADDED
@@ -0,0 +1,22 @@
1
+ Copyright (c) 2015 jtzero
2
+
3
+ MIT License
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining
6
+ a copy of this software and associated documentation files (the
7
+ "Software"), to deal in the Software without restriction, including
8
+ without limitation the rights to use, copy, modify, merge, publish,
9
+ distribute, sublicense, and/or sell copies of the Software, and to
10
+ permit persons to whom the Software is furnished to do so, subject to
11
+ the following conditions:
12
+
13
+ The above copyright notice and this permission notice shall be
14
+ included in all copies or substantial portions of the Software.
15
+
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/lib/vigilem.rb CHANGED
@@ -1,3 +1,3 @@
1
- require 'vigilem-assembly'
1
+ require 'vigilem/assembly'
2
2
 
3
3
 
@@ -1,3 +1,3 @@
1
1
  module Vigilem
2
- VERSION = '0.1.0'
3
- end
2
+ VERSION = '0.1.1'
3
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vigilem
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
  - jtzero511
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-04 00:00:00.000000000 Z
11
+ date: 2015-03-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: vigilem-assembly
@@ -60,6 +60,7 @@ extensions:
60
60
  - ext/Rakefile
61
61
  extra_rdoc_files: []
62
62
  files:
63
+ - LICENSE.txt
63
64
  - ext/Rakefile
64
65
  - lib/vigilem.rb
65
66
  - lib/vigilem/version.rb
@@ -78,9 +79,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
78
79
  version: '0'
79
80
  required_rubygems_version: !ruby/object:Gem::Requirement
80
81
  requirements:
81
- - - ">="
82
+ - - ">"
82
83
  - !ruby/object:Gem::Version
83
- version: '0'
84
+ version: 2.0.14
84
85
  requirements: []
85
86
  rubyforge_project:
86
87
  rubygems_version: 2.4.6