rubysl 2.0.10 → 2.0.11

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5c059718e18488323653dcf33dd661638fb17927
4
- data.tar.gz: 66a613541e4024055e339dcaa6e7ee2f5afa545d
3
+ metadata.gz: cfe83dce59f0e718941316ccd37593c768345813
4
+ data.tar.gz: c290380ed417b3d429b64de11a519c593b9e4ef9
5
5
  SHA512:
6
- metadata.gz: 786923ed09a69c45b58a549967f6778ba5949f34206d1578977af5a8ffdd90c99e2c1aab737cd2cafc02877dd0b439a69c9ff55129fc58841a9f258391a9629d
7
- data.tar.gz: 6ab5111309a65a11e30ce7191f0b26f70128e8a891612f065720b84c78eee9127fa9974c6f41d74569b081606006318fc98c1f10e22f542f03548b9e9ca347ea
6
+ metadata.gz: b1c890c9a482a5ad9cdf9a2d615eaefa52e94f76d430dfb4e9ae732d96f5789b8fec4f88c6b1297d80230230c077b7cb422a0c6c8a75b43004f1817897c184e2
7
+ data.tar.gz: caa6c7da0ee126a663b87971bc0f6ff06bfc346f9684e50d24945b704bb305c42338a5d6a38dcf3eff30a0d593f5750630a1c4997f37be5fd0a3a3bb6560bdd5
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubysl
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.10
4
+ version: 2.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Shirai
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-10-16 00:00:00.000000000 Z
11
+ date: 2013-10-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubysl-abbrev
@@ -1326,34 +1326,6 @@ dependencies:
1326
1326
  - - "~>"
1327
1327
  - !ruby/object:Gem::Version
1328
1328
  version: '2.0'
1329
- - !ruby/object:Gem::Dependency
1330
- name: psych
1331
- requirement: !ruby/object:Gem::Requirement
1332
- requirements:
1333
- - - "~>"
1334
- - !ruby/object:Gem::Version
1335
- version: '2.0'
1336
- type: :runtime
1337
- prerelease: false
1338
- version_requirements: !ruby/object:Gem::Requirement
1339
- requirements:
1340
- - - "~>"
1341
- - !ruby/object:Gem::Version
1342
- version: '2.0'
1343
- - !ruby/object:Gem::Dependency
1344
- name: racc
1345
- requirement: !ruby/object:Gem::Requirement
1346
- requirements:
1347
- - - "~>"
1348
- - !ruby/object:Gem::Version
1349
- version: '1.4'
1350
- type: :runtime
1351
- prerelease: false
1352
- version_requirements: !ruby/object:Gem::Requirement
1353
- requirements:
1354
- - - "~>"
1355
- - !ruby/object:Gem::Version
1356
- version: '1.4'
1357
1329
  description: Ruby 1.9+ standard library meta-spec. Install this spec to install the
1358
1330
  Ruby standard library on compliant Ruby implementations that provide Ruby 1.9+ compatibility.
1359
1331
  email:
@@ -1361,15 +1333,7 @@ email:
1361
1333
  executables: []
1362
1334
  extensions: []
1363
1335
  extra_rdoc_files: []
1364
- files:
1365
- - ".gitignore"
1366
- - Gemfile
1367
- - LICENSE
1368
- - README.md
1369
- - Rakefile
1370
- - lib/rubysl.rb
1371
- - lib/rubysl/version.rb
1372
- - rubysl.gemspec
1336
+ files: []
1373
1337
  homepage: http://rubysl.github.com
1374
1338
  licenses:
1375
1339
  - BSD
data/.gitignore DELETED
@@ -1,18 +0,0 @@
1
- *.gem
2
- *.rbc
3
- .bundle
4
- .config
5
- .yardoc
6
- Gemfile.lock
7
- InstalledFiles
8
- _yardoc
9
- coverage
10
- doc/
11
- lib/bundler/man
12
- pkg
13
- rdoc
14
- spec/reports
15
- test/tmp
16
- test/version_tmp
17
- tmp
18
- .rbx
data/Gemfile DELETED
@@ -1,4 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- # Specify your gem's dependencies in rubysl.gemspec
4
- gemspec
data/LICENSE DELETED
@@ -1,25 +0,0 @@
1
- Copyright (c) 2013, Brian Shirai
2
- All rights reserved.
3
-
4
- Redistribution and use in source and binary forms, with or without
5
- modification, are permitted provided that the following conditions are met:
6
-
7
- 1. Redistributions of source code must retain the above copyright notice, this
8
- list of conditions and the following disclaimer.
9
- 2. Redistributions in binary form must reproduce the above copyright notice,
10
- this list of conditions and the following disclaimer in the documentation
11
- and/or other materials provided with the distribution.
12
- 3. Neither the name of the library nor the names of its contributors may be
13
- used to endorse or promote products derived from this software without
14
- specific prior written permission.
15
-
16
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
17
- AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
19
- DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY DIRECT,
20
- INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
21
- BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
22
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
23
- OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
24
- NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
25
- EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
data/README.md DELETED
@@ -1,29 +0,0 @@
1
- # RubySL
2
-
3
- TODO: Write a gem description
4
-
5
- ## Installation
6
-
7
- Add this line to your application's Gemfile:
8
-
9
- gem 'rubysl'
10
-
11
- And then execute:
12
-
13
- $ bundle
14
-
15
- Or install it yourself as:
16
-
17
- $ gem install rubysl
18
-
19
- ## Usage
20
-
21
- TODO: Write usage instructions here
22
-
23
- ## Contributing
24
-
25
- 1. Fork it
26
- 2. Create your feature branch (`git checkout -b my-new-feature`)
27
- 3. Commit your changes (`git commit -am 'Added some feature'`)
28
- 4. Push to the branch (`git push origin my-new-feature`)
29
- 5. Create new Pull Request
data/Rakefile DELETED
@@ -1,2 +0,0 @@
1
- #!/usr/bin/env rake
2
- require "bundler/gem_tasks"
data/lib/rubysl.rb DELETED
@@ -1,5 +0,0 @@
1
- require "rubysl/version"
2
-
3
- module RubySL
4
- # Your code goes here...
5
- end
@@ -1,3 +0,0 @@
1
- module RubySL
2
- VERSION = "2.0.10"
3
- end
data/rubysl.gemspec DELETED
@@ -1,118 +0,0 @@
1
- # -*- encoding: utf-8 -*-
2
- require './lib/rubysl/version'
3
-
4
- Gem::Specification.new do |spec|
5
- spec.name = "rubysl"
6
- spec.version = RubySL::VERSION
7
- spec.authors = ["Brian Shirai"]
8
- spec.email = ["brixen@gmail.com"]
9
- spec.description = %q{Ruby 1.9+ standard library meta-spec. Install this spec to install the Ruby standard library on compliant Ruby implementations that provide Ruby 1.9+ compatibility.}
10
- spec.summary = %q{Ruby Standard Library meta-spec.}
11
- spec.homepage = "http://rubysl.github.com"
12
- spec.license = "BSD"
13
-
14
- spec.files = `git ls-files`.split($\)
15
- spec.executables = spec.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
16
- spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
17
- spec.require_paths = ["lib"]
18
-
19
- spec.add_runtime_dependency "rubysl-abbrev", "~> 2.0"
20
- spec.add_runtime_dependency "rubysl-base64", "~> 2.0"
21
- spec.add_runtime_dependency "rubysl-benchmark", "~> 2.0"
22
- spec.add_runtime_dependency "rubysl-bigdecimal", "~> 2.0"
23
- spec.add_runtime_dependency "rubysl-cgi", "~> 2.0"
24
- spec.add_runtime_dependency "rubysl-cgi-session", "~> 2.0"
25
- spec.add_runtime_dependency "rubysl-cmath", "~> 2.0"
26
- spec.add_runtime_dependency "rubysl-complex", "~> 2.0"
27
- spec.add_runtime_dependency "rubysl-continuation", "~> 2.0"
28
- spec.add_runtime_dependency "rubysl-coverage", "~> 2.0"
29
- spec.add_runtime_dependency "rubysl-csv", "~> 2.0"
30
- spec.add_runtime_dependency "rubysl-curses", "~> 2.0"
31
- spec.add_runtime_dependency "rubysl-date", "~> 2.0"
32
- spec.add_runtime_dependency "rubysl-delegate", "~> 2.0"
33
- spec.add_runtime_dependency "rubysl-digest", "~> 2.0"
34
- spec.add_runtime_dependency "rubysl-drb", "~> 2.0"
35
- spec.add_runtime_dependency "rubysl-e2mmap", "~> 2.0"
36
- spec.add_runtime_dependency "rubysl-english", "~> 2.0"
37
- spec.add_runtime_dependency "rubysl-enumerator", "~> 2.0"
38
- spec.add_runtime_dependency "rubysl-erb", "~> 2.0"
39
- spec.add_runtime_dependency "rubysl-etc", "~> 2.0"
40
- spec.add_runtime_dependency "rubysl-expect", "~> 2.0"
41
- spec.add_runtime_dependency "rubysl-fcntl", "~> 2.0"
42
- spec.add_runtime_dependency "rubysl-fiber", "~> 2.0"
43
- spec.add_runtime_dependency "rubysl-fileutils", "~> 2.0"
44
- spec.add_runtime_dependency "rubysl-find", "~> 2.0"
45
- spec.add_runtime_dependency "rubysl-forwardable", "~> 2.0"
46
- spec.add_runtime_dependency "rubysl-getoptlong", "~> 2.0"
47
- spec.add_runtime_dependency "rubysl-gserver", "~> 2.0"
48
- spec.add_runtime_dependency "rubysl-io-console", "~> 2.0"
49
- spec.add_runtime_dependency "rubysl-io-nonblock", "~> 2.0"
50
- spec.add_runtime_dependency "rubysl-io-wait", "~> 2.0"
51
- spec.add_runtime_dependency "rubysl-ipaddr", "~> 2.0"
52
- spec.add_runtime_dependency "rubysl-irb", "~> 2.0"
53
- spec.add_runtime_dependency "rubysl-json", "~> 2.0"
54
- spec.add_runtime_dependency "rubysl-logger", "~> 2.0"
55
- spec.add_runtime_dependency "rubysl-mathn", "~> 2.0"
56
- spec.add_runtime_dependency "rubysl-matrix", "~> 2.0"
57
- spec.add_runtime_dependency "rubysl-mkmf", "~> 2.0"
58
- spec.add_runtime_dependency "rubysl-monitor", "~> 2.0"
59
- spec.add_runtime_dependency "rubysl-mutex_m", "~> 2.0"
60
- spec.add_runtime_dependency "rubysl-net-ftp", "~> 2.0"
61
- spec.add_runtime_dependency "rubysl-net-http", "~> 2.0"
62
- spec.add_runtime_dependency "rubysl-net-imap", "~> 2.0"
63
- spec.add_runtime_dependency "rubysl-net-pop", "~> 2.0"
64
- spec.add_runtime_dependency "rubysl-net-protocol", "~> 2.0"
65
- spec.add_runtime_dependency "rubysl-net-smtp", "~> 2.0"
66
- spec.add_runtime_dependency "rubysl-net-telnet", "~> 2.0"
67
- spec.add_runtime_dependency "rubysl-nkf", "~> 2.0"
68
- spec.add_runtime_dependency "rubysl-observer", "~> 2.0"
69
- spec.add_runtime_dependency "rubysl-open-uri", "~> 2.0"
70
- spec.add_runtime_dependency "rubysl-open3", "~> 2.0"
71
- spec.add_runtime_dependency "rubysl-openssl", "~> 2.0"
72
- spec.add_runtime_dependency "rubysl-optparse", "~> 2.0"
73
- spec.add_runtime_dependency "rubysl-ostruct", "~> 2.0"
74
- spec.add_runtime_dependency "rubysl-pathname", "~> 2.0"
75
- spec.add_runtime_dependency "rubysl-prettyprint", "~> 2.0"
76
- spec.add_runtime_dependency "rubysl-prime", "~> 2.0"
77
- spec.add_runtime_dependency "rubysl-profile", "~> 2.0"
78
- spec.add_runtime_dependency "rubysl-profiler", "~> 2.0"
79
- spec.add_runtime_dependency "rubysl-pstore", "~> 2.0"
80
- spec.add_runtime_dependency "rubysl-pty", "~> 2.0"
81
- spec.add_runtime_dependency "rubysl-rational", "~> 2.0"
82
- spec.add_runtime_dependency "rubysl-readline", "~> 2.0"
83
- spec.add_runtime_dependency "rubysl-resolv", "~> 2.0"
84
- spec.add_runtime_dependency "rubysl-rexml", "~> 2.0"
85
- spec.add_runtime_dependency "rubysl-rinda", "~> 2.0"
86
- spec.add_runtime_dependency "rubysl-ripper", "~> 2.0"
87
- spec.add_runtime_dependency "rubysl-rss", "~> 2.0"
88
- spec.add_runtime_dependency "rubysl-scanf", "~> 2.0"
89
- spec.add_runtime_dependency "rubysl-securerandom", "~> 2.0"
90
- spec.add_runtime_dependency "rubysl-set", "~> 2.0"
91
- spec.add_runtime_dependency "rubysl-shellwords", "~> 2.0"
92
- spec.add_runtime_dependency "rubysl-singleton", "~> 2.0"
93
- spec.add_runtime_dependency "rubysl-socket", "~> 2.0"
94
- spec.add_runtime_dependency "rubysl-stringio", "~> 2.0"
95
- spec.add_runtime_dependency "rubysl-strscan", "~> 2.0"
96
- spec.add_runtime_dependency "rubysl-syslog", "~> 2.0"
97
- spec.add_runtime_dependency "rubysl-tempfile", "~> 2.0"
98
- spec.add_runtime_dependency "rubysl-test-unit", "~> 2.0"
99
- spec.add_runtime_dependency "rubysl-thread", "~> 2.0"
100
- spec.add_runtime_dependency "rubysl-thwait", "~> 2.0"
101
- spec.add_runtime_dependency "rubysl-time", "~> 2.0"
102
- spec.add_runtime_dependency "rubysl-timeout", "~> 2.0"
103
- spec.add_runtime_dependency "rubysl-tmpdir", "~> 2.0"
104
- spec.add_runtime_dependency "rubysl-tracer", "~> 2.0"
105
- spec.add_runtime_dependency "rubysl-tsort", "~> 2.0"
106
- spec.add_runtime_dependency "rubysl-un", "~> 2.0"
107
- spec.add_runtime_dependency "rubysl-uri", "~> 2.0"
108
- spec.add_runtime_dependency "rubysl-weakref", "~> 2.0"
109
- spec.add_runtime_dependency "rubysl-webrick", "~> 2.0"
110
- spec.add_runtime_dependency "rubysl-xmlrpc", "~> 2.0"
111
- spec.add_runtime_dependency "rubysl-yaml", "~> 2.0"
112
- spec.add_runtime_dependency "rubysl-zlib", "~> 2.0"
113
-
114
- # These are in MRI's standard library and are already commonly used gems so
115
- # RubySL is not repackaging them.
116
- spec.add_runtime_dependency "psych", "~> 2.0"
117
- spec.add_runtime_dependency "racc", "~> 1.4"
118
- end