rubysl-bundler 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- metadata +6 -15
- data/.gitignore +0 -17
- data/Gemfile +0 -4
- data/LICENSE +0 -25
- data/README.md +0 -29
- data/Rakefile +0 -1
- data/lib/rubysl/bundler.rb +0 -1
- data/lib/rubysl/bundler/version.rb +0 -5
- data/rubysl-bundler.gemspec +0 -32
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4a9fe756798498daa48a63bcf2bba138ff3d8d18
|
4
|
+
data.tar.gz: eec70fc385c09c4d0e4f6b4fcb3ca704e3fea716
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9a203354d3c250451a408f0ae2b1b22997f06d6168249320477e3fb365381b956218b214522b2be2f5a4d6b0436ffd7336ad40f228eb46fdc4a35fd3b1b65a90
|
7
|
+
data.tar.gz: 300aacdb16f3158ba6914af6818f3d80c8779a670b24ea870fe017980b34c115743150f2ed3205a4352d22d29c5dd0a27674a32256a5826ee5961dae805c7856
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubysl-bundler
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
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-
|
11
|
+
date: 2013-12-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubysl-cgi
|
@@ -150,22 +150,14 @@ dependencies:
|
|
150
150
|
- - ~>
|
151
151
|
- !ruby/object:Gem::Version
|
152
152
|
version: '10.0'
|
153
|
-
description: Ruby standard library used by Bundler.
|
153
|
+
description: A meta-gem for the Ruby standard library components used by Bundler.
|
154
154
|
email:
|
155
155
|
- brixen@gmail.com
|
156
156
|
executables: []
|
157
157
|
extensions: []
|
158
158
|
extra_rdoc_files: []
|
159
|
-
files:
|
160
|
-
|
161
|
-
- Gemfile
|
162
|
-
- LICENSE
|
163
|
-
- README.md
|
164
|
-
- Rakefile
|
165
|
-
- lib/rubysl/bundler.rb
|
166
|
-
- lib/rubysl/bundler/version.rb
|
167
|
-
- rubysl-bundler.gemspec
|
168
|
-
homepage: https://github.com/rubysl/rubysl-bundler
|
159
|
+
files: []
|
160
|
+
homepage: http://rubysl.github.com
|
169
161
|
licenses:
|
170
162
|
- BSD
|
171
163
|
metadata: {}
|
@@ -188,6 +180,5 @@ rubyforge_project:
|
|
188
180
|
rubygems_version: 2.0.7
|
189
181
|
signing_key:
|
190
182
|
specification_version: 4
|
191
|
-
summary: Ruby standard library used by Bundler.
|
183
|
+
summary: A meta-gem for the Ruby standard library components used by Bundler.
|
192
184
|
test_files: []
|
193
|
-
has_rdoc:
|
data/.gitignore
DELETED
data/Gemfile
DELETED
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::Bundler
|
2
|
-
|
3
|
-
TODO: Write a gem description
|
4
|
-
|
5
|
-
## Installation
|
6
|
-
|
7
|
-
Add this line to your application's Gemfile:
|
8
|
-
|
9
|
-
gem 'rubysl-bundler'
|
10
|
-
|
11
|
-
And then execute:
|
12
|
-
|
13
|
-
$ bundle
|
14
|
-
|
15
|
-
Or install it yourself as:
|
16
|
-
|
17
|
-
$ gem install rubysl-bundler
|
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 'Add some feature'`)
|
28
|
-
4. Push to the branch (`git push origin my-new-feature`)
|
29
|
-
5. Create new Pull Request
|
data/Rakefile
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
require "bundler/gem_tasks"
|
data/lib/rubysl/bundler.rb
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
require "rubysl/bundler/version"
|
data/rubysl-bundler.gemspec
DELETED
@@ -1,32 +0,0 @@
|
|
1
|
-
# coding: utf-8
|
2
|
-
require './lib/rubysl/bundler/version'
|
3
|
-
|
4
|
-
Gem::Specification.new do |spec|
|
5
|
-
spec.name = "rubysl-bundler"
|
6
|
-
spec.version = RubySL::Bundler::VERSION
|
7
|
-
spec.authors = ["Brian Shirai"]
|
8
|
-
spec.email = ["brixen@gmail.com"]
|
9
|
-
spec.description = %q{Ruby standard library used by Bundler.}
|
10
|
-
spec.summary = %q{Ruby standard library used by Bundler.}
|
11
|
-
spec.homepage = "https://github.com/rubysl/rubysl-bundler"
|
12
|
-
spec.license = "BSD"
|
13
|
-
|
14
|
-
spec.files = `git ls-files`.split($/)
|
15
|
-
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
16
|
-
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
17
|
-
spec.require_paths = ["lib"]
|
18
|
-
|
19
|
-
spec.required_ruby_version = "~> 1.8.7"
|
20
|
-
|
21
|
-
spec.add_runtime_dependency "rubysl-cgi", "~> 1.0"
|
22
|
-
spec.add_runtime_dependency "rubysl-erb", "~> 1.0"
|
23
|
-
spec.add_runtime_dependency "rubysl-forwardable", "~> 1.0"
|
24
|
-
spec.add_runtime_dependency "rubysl-net-http", "~> 1.0"
|
25
|
-
spec.add_runtime_dependency "rubysl-open-uri", "~> 1.0"
|
26
|
-
spec.add_runtime_dependency "rubysl-openssl", "~> 1.0"
|
27
|
-
spec.add_runtime_dependency "rubysl-pathname", "~> 1.0"
|
28
|
-
spec.add_runtime_dependency "rubysl-set", "~> 1.0"
|
29
|
-
|
30
|
-
spec.add_development_dependency "bundler", "~> 1.3"
|
31
|
-
spec.add_development_dependency "rake", "~> 10.0"
|
32
|
-
end
|