nsl 0.0.1 → 0.0.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.
- checksums.yaml +4 -4
- data/.gemspec +2 -7
- data/VERSION +1 -1
- metadata +5 -18
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 268a652bda028a150da48e708f36732a5be9be80
|
|
4
|
+
data.tar.gz: 6ee877c0ae1185049d340ca48e4453483d749068
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ecce75d83fd8dc889ba381a9d8e35a189c00c2a2634c1f36d8209f19bf2a80942c9306f61635203d43cd84733dc0f91debf590af9811a5b5e85bf41d14d23174
|
|
7
|
+
data.tar.gz: ad43f0977e01f9b8853958be0904c5ea5982a5236af8f82ba7fa2e9033137d904148c0fc4c0ab07e85cd1843826f5824d964871c825583b6a9bbf690a5fe4cbe
|
data/.gemspec
CHANGED
|
@@ -6,8 +6,8 @@ Gem::Specification.new do |s|
|
|
|
6
6
|
s.date = File.mtime("VERSION").strftime("%Y-%m-%d")
|
|
7
7
|
|
|
8
8
|
s.authors = ["epitron"]
|
|
9
|
-
s.
|
|
10
|
-
s.
|
|
9
|
+
s.description = "The Non-Standard Library; Extra classes and enhancements to make the Ruby environment nicer."
|
|
10
|
+
s.summary = "The Non-Standard Library"
|
|
11
11
|
s.email = "chris@ill-logic.com"
|
|
12
12
|
s.extra_rdoc_files = ["LICENSE"]
|
|
13
13
|
|
|
@@ -19,9 +19,4 @@ Gem::Specification.new do |s|
|
|
|
19
19
|
if s.respond_to? :specification_version
|
|
20
20
|
s.specification_version = 3
|
|
21
21
|
end
|
|
22
|
-
|
|
23
|
-
s.add_development_dependency "rspec", "~> 2"
|
|
24
|
-
#s.add_dependency "mechanize", "~> 1.0.0"
|
|
25
|
-
#s.add_dependency "sqlite3-ruby", ">= 0"
|
|
26
22
|
end
|
|
27
|
-
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.2
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: nsl
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- epitron
|
|
@@ -9,22 +9,9 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
date: 2016-12-27 00:00:00.000000000 Z
|
|
12
|
-
dependencies:
|
|
13
|
-
-
|
|
14
|
-
|
|
15
|
-
requirement: !ruby/object:Gem::Requirement
|
|
16
|
-
requirements:
|
|
17
|
-
- - "~>"
|
|
18
|
-
- !ruby/object:Gem::Version
|
|
19
|
-
version: '2'
|
|
20
|
-
type: :development
|
|
21
|
-
prerelease: false
|
|
22
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
23
|
-
requirements:
|
|
24
|
-
- - "~>"
|
|
25
|
-
- !ruby/object:Gem::Version
|
|
26
|
-
version: '2'
|
|
27
|
-
description: Extra classes and enhancements to make the Ruby environment nicer.
|
|
12
|
+
dependencies: []
|
|
13
|
+
description: The Non-Standard Library; Extra classes and enhancements to make the
|
|
14
|
+
Ruby environment nicer.
|
|
28
15
|
email: chris@ill-logic.com
|
|
29
16
|
executables: []
|
|
30
17
|
extensions: []
|
|
@@ -60,5 +47,5 @@ rubyforge_project:
|
|
|
60
47
|
rubygems_version: 2.5.2
|
|
61
48
|
signing_key:
|
|
62
49
|
specification_version: 3
|
|
63
|
-
summary: Non-Standard Library
|
|
50
|
+
summary: The Non-Standard Library
|
|
64
51
|
test_files: []
|