grinder 0.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (6) hide show
  1. checksums.yaml +7 -0
  2. data/Gemfile +2 -0
  3. data/LICENSE.txt +22 -0
  4. data/grinder.gemspec +19 -0
  5. data/lib/grinder.rb +1 -0
  6. metadata +48 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: a62234a8134069db2ca9e57e5fb5cfcf17afd56f
4
+ data.tar.gz: 60e71bc3ddc852e40dba633842cf0256db951355
5
+ SHA512:
6
+ metadata.gz: 1033e2fe893409b750ddb618daf1bac173443a9946275276988665306ec8c8110c4e0f21bb018255bc7d5ab34bf925cbae2edab51eba2ed2f8455bef91ec0266
7
+ data.tar.gz: 9a59d83a177e32e76959d097480bbfb251680700f7bc401838193d860a48545da595306a91bea6e4a1fb6f5c87c070ec5bd3ea829a9ef6e8a40947a49d984b30
data/Gemfile ADDED
@@ -0,0 +1,2 @@
1
+ source 'https://rubygems.org'
2
+ gemspec
@@ -0,0 +1,22 @@
1
+ Copyright (c) 2015 Tobias Bühlmann
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.
@@ -0,0 +1,19 @@
1
+ Gem::Specification.new do |spec|
2
+ spec.name = 'grinder'
3
+ spec.version = Gem::Version.new('0.0.0')
4
+ spec.authors = ['Tobias Bühlmann']
5
+ spec.email = ['tobias@xn--bhlmann-n2a.de']
6
+ spec.summary = 'Placeholder'
7
+ spec.description = 'Placeholder'
8
+ spec.homepage = 'https://github.com/tbuehlmann/grinder'
9
+ spec.license = 'MIT'
10
+ spec.files = [
11
+ 'lib/grinder.rb',
12
+ 'grinder.gemspec',
13
+ 'Gemfile',
14
+ 'LICENSE.txt'
15
+ ]
16
+ spec.executables = []
17
+ spec.test_files = []
18
+ spec.require_paths = ['lib']
19
+ end
@@ -0,0 +1 @@
1
+ Grinder = Class.new
metadata ADDED
@@ -0,0 +1,48 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: grinder
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Tobias Bühlmann
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2015-01-06 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Placeholder
14
+ email:
15
+ - tobias@xn--bhlmann-n2a.de
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - Gemfile
21
+ - LICENSE.txt
22
+ - grinder.gemspec
23
+ - lib/grinder.rb
24
+ homepage: https://github.com/tbuehlmann/grinder
25
+ licenses:
26
+ - MIT
27
+ metadata: {}
28
+ post_install_message:
29
+ rdoc_options: []
30
+ require_paths:
31
+ - lib
32
+ required_ruby_version: !ruby/object:Gem::Requirement
33
+ requirements:
34
+ - - ">="
35
+ - !ruby/object:Gem::Version
36
+ version: '0'
37
+ required_rubygems_version: !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - ">="
40
+ - !ruby/object:Gem::Version
41
+ version: '0'
42
+ requirements: []
43
+ rubyforge_project:
44
+ rubygems_version: 2.4.5
45
+ signing_key:
46
+ specification_version: 4
47
+ summary: Placeholder
48
+ test_files: []