gemrat 0.0.1 → 0.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: 7a68394234d9c4571e8a2fb2870496c86fbd0a86
4
- data.tar.gz: 028e47519b89266600c0367d183a2793dde4af9a
3
+ metadata.gz: 375102865606246b015f413b7d56a16a5eae0f1b
4
+ data.tar.gz: 2a668c66e46e2d99e7345805a7aaf18ad299291d
5
5
  SHA512:
6
- metadata.gz: 4cc87300da138877438c5c7ba4642ca0997f12c8800473843180baf136315fa49680ef3d44316ccaaca00c4c59dd1037844f5afb6e75f0ca5bdc9f15177ac2e5
7
- data.tar.gz: 4123817f31fd508b9f30ff45f6282818701eb201048ac13b1ac627638f984a789fc651e7cfd6fb333bf553d471614ba38e78e9e73c61e38df668c14f12199cae
6
+ metadata.gz: 469fd5f23b71e35fac433ee10bf785e6307561bf8cf7c4d30a773d5b516bf05dd317befabb3ae4711112aa712d17886b89d129ea05704f01e021e080d4d3d533
7
+ data.tar.gz: 0f35308efc47adddcd5fefeba1b08a0d0261e61adb19bfc11b0b4c4ac42d0def54702be9f2368c454adeb11eb77058c59834088d3a03ad3d4411b7c735d1583c
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- gemrat (0.0.1)
4
+ gemrat (0.0.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/bin/gemrat CHANGED
@@ -4,3 +4,4 @@ require 'gemrat'
4
4
  include Gemrat
5
5
 
6
6
  add_gem ARGV[0]
7
+ 'bundle'
data/gemrat-0.0.1.gem ADDED
Binary file
data/gemrat.gemspec CHANGED
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
13
13
  spec.homepage = ""
14
14
  spec.license = "MIT"
15
15
 
16
- spec.files = `git ls-files`.split($/)
16
+ spec.files = `git ls-files`.split("\n")
17
17
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
18
18
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
19
  spec.require_paths = ["lib"]
@@ -1,3 +1,3 @@
1
1
  module Gemrat
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gemrat
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dru Riley
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-06-10 00:00:00.000000000 Z
11
+ date: 2013-06-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -54,14 +54,8 @@ files:
54
54
  - README.md
55
55
  - Rakefile
56
56
  - bin/gemrat
57
+ - gemrat-0.0.1.gem
57
58
  - gemrat.gemspec
58
- - gemrat/.gitignore
59
- - gemrat/Gemfile
60
- - gemrat/LICENSE.txt
61
- - gemrat/README.md
62
- - gemrat/Rakefile
63
- - gemrat/gemrat.gemspec
64
- - gemrat/lib/gemrat/version.rb
65
59
  - lib/gemrat.rb
66
60
  - lib/gemrat/version.rb
67
61
  - pkg/gemrat-0.0.1.gem
data/gemrat/.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/gemrat/Gemfile DELETED
@@ -1,4 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- # Specify your gem's dependencies in gemrat.gemspec
4
- gemspec
data/gemrat/LICENSE.txt DELETED
@@ -1,22 +0,0 @@
1
- Copyright (c) 2013 Dru
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/gemrat/README.md DELETED
@@ -1,29 +0,0 @@
1
- # Gemrat
2
-
3
- TODO: Write a gem description
4
-
5
- ## Installation
6
-
7
- Add this line to your application's Gemfile:
8
-
9
- gem 'gemrat'
10
-
11
- And then execute:
12
-
13
- $ bundle
14
-
15
- Or install it yourself as:
16
-
17
- $ gem install gemrat
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/gemrat/Rakefile DELETED
@@ -1 +0,0 @@
1
- require "bundler/gem_tasks"
@@ -1,23 +0,0 @@
1
- # coding: utf-8
2
- lib = File.expand_path('../lib', __FILE__)
3
- $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
- require 'gemrat/version'
5
-
6
- Gem::Specification.new do |spec|
7
- spec.name = "gemrat"
8
- spec.version = Gemrat::VERSION
9
- spec.authors = ["Dru"]
10
- spec.email = ["drurly@gmail.com"]
11
- spec.description = %q{TODO: Write a gem description}
12
- spec.summary = %q{TODO: Write a gem summary}
13
- spec.homepage = ""
14
- spec.license = "MIT"
15
-
16
- spec.files = `git ls-files`.split($/)
17
- spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
18
- spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
- spec.require_paths = ["lib"]
20
-
21
- spec.add_development_dependency "bundler", "~> 1.3"
22
- spec.add_development_dependency "rake"
23
- end
@@ -1,3 +0,0 @@
1
- module Gemrat
2
- VERSION = "0.0.1"
3
- end