limit 0.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 98d9290ded36288c1f24dc869109b35f6e916653a907302cf4bf5b2f2d987240
4
+ data.tar.gz: 848e7b2d6cab6a2e76768a80356983e271ec3ab2178b458d1e2281bbdd3ed5e3
5
+ SHA512:
6
+ metadata.gz: 4feba195198848f50001480779b5c86e3ea8347623a2328b0973c4b385698a0654727982e6984449cd54e062ea0b20467397a4364fb302b646de041456cb4789
7
+ data.tar.gz: e2a9a7a206b4805eb62d0c538766f11a02bb3112fddafd1c4110fa586d545bac08101f6d4342b653b8158e7b56a8d0e563cd6d3c67d2e4732bbb1e179c1e3309
File without changes
data/LICENSE ADDED
@@ -0,0 +1,9 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2018 Mohammad Sami Almouhtaseb
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6
+
7
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
8
+
9
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -0,0 +1,23 @@
1
+ [![Gem Version](https://badge.fury.io/rb/limit.svg)](https://badge.fury.io/rb/limit)
2
+
3
+ # Limit.
4
+
5
+ ## Setup guide
6
+ ```
7
+ TBD
8
+ ```
9
+
10
+ ## Usage
11
+ ```
12
+ TBD
13
+ ```
14
+
15
+ ## Test
16
+ ```
17
+ rspec spec
18
+ ```
19
+
20
+ ## Improvement
21
+ ```
22
+ TBD
23
+ ```
File without changes
@@ -0,0 +1,5 @@
1
+ Dir[File.join(__dir__, '/limit/*.rb')].each { |file| require file }
2
+
3
+ module Limit
4
+
5
+ end
@@ -0,0 +1,7 @@
1
+ module Limit
2
+ module VERSION
3
+ def self.to_s
4
+ '0.0.0'
5
+ end
6
+ end
7
+ end
metadata ADDED
@@ -0,0 +1,63 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: limit
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Mhd Sami AlMouhtaseb
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2019-04-07 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: rspec
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ description: ''
28
+ email: mssatnami@gmail.com
29
+ executables: []
30
+ extensions: []
31
+ extra_rdoc_files: []
32
+ files:
33
+ - CHANGELOG.md
34
+ - LICENSE
35
+ - README.md
36
+ - lib/git.keep
37
+ - lib/limit.rb
38
+ - lib/limit/version.rb
39
+ homepage: https://github.com/satnami/limit
40
+ licenses:
41
+ - MIT
42
+ metadata: {}
43
+ post_install_message:
44
+ rdoc_options: []
45
+ require_paths:
46
+ - lib
47
+ - spec
48
+ required_ruby_version: !ruby/object:Gem::Requirement
49
+ requirements:
50
+ - - ">="
51
+ - !ruby/object:Gem::Version
52
+ version: '0'
53
+ required_rubygems_version: !ruby/object:Gem::Requirement
54
+ requirements:
55
+ - - ">="
56
+ - !ruby/object:Gem::Version
57
+ version: '0'
58
+ requirements: []
59
+ rubygems_version: 3.0.2
60
+ signing_key:
61
+ specification_version: 4
62
+ summary: ''
63
+ test_files: []