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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f34314413dc393be6f8e739f6217cc954a724748
4
- data.tar.gz: a5189cd1a1dd56bc1e269ace6904e6f9f792244f
3
+ metadata.gz: 4a9fe756798498daa48a63bcf2bba138ff3d8d18
4
+ data.tar.gz: eec70fc385c09c4d0e4f6b4fcb3ca704e3fea716
5
5
  SHA512:
6
- metadata.gz: 6ba9e51777073a4ffee93e9f4e034438dd3f892af7ac4e557ab0064528dbe9a59c41aa10a2293aa183219cce1c2d507a8cd75fd3ad78f4b2aa5358885c677433
7
- data.tar.gz: 60e0a73661b04e06105b9ea262e6a762faa13c05f3fe12ab34615d77df5ab65cc7f2a731b8d8dcc99061bc3e92698708c3fe01f3d22b922002725a979ce9b0b5
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.1
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-09-08 00:00:00.000000000 Z
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
- - .gitignore
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
@@ -1,17 +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
data/Gemfile DELETED
@@ -1,4 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- # Specify your gem's dependencies in rubysl-bundler.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::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"
@@ -1 +0,0 @@
1
- require "rubysl/bundler/version"
@@ -1,5 +0,0 @@
1
- module RubySL
2
- module Bundler
3
- VERSION = "1.0.1"
4
- end
5
- end
@@ -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