recurify 0.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: e49301641e6d8a01709443a6913e785fdc1e7526
4
+ data.tar.gz: 6d88089a3785340cd9d31d922315ae7b8dc58bde
5
+ SHA512:
6
+ metadata.gz: 75785e0c9c2a40e4015b66a56e6bbe1a3a3a3ba9206d40bb9304702ffd453cd5f1fd1e7e4f11a000a62eaf36e50653ab2b8db873a526b1c8cacd8bc6728ac0b0
7
+ data.tar.gz: c8885eaccc8bec7875498aa61352dc57a9338472c5d9d7c93f88626d3e419f82174e61a12e1509b75b5d8bab7b6cdea88a3661326c016372d8657ede46f166d2
data/LICENSE ADDED
@@ -0,0 +1,20 @@
1
+ Copyright (c) 2015 Christoph Schiessl
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be included
12
+ in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
17
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
18
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
19
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
20
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,7 @@
1
+ # Recurify
2
+
3
+ [![Build Status](https://img.shields.io/travis/cs/recurify/master.svg)](https://travis-ci.org/cs/recurify)
4
+
5
+ ## License
6
+
7
+ See [LICENSE](https://github.com/cs/recurify/blob/master/LICENSE).
@@ -0,0 +1,3 @@
1
+ module Recurify # :nodoc:
2
+ VERSION = '0.0.0'.freeze
3
+ end
data/lib/recurify.rb ADDED
@@ -0,0 +1,4 @@
1
+ require_relative 'recurify/version'
2
+
3
+ module Recurify # :nodoc:
4
+ end
metadata ADDED
@@ -0,0 +1,48 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: recurify
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Christoph Schiessl
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2015-11-22 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description:
14
+ email: cs@proactive.cc
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - LICENSE
20
+ - README.md
21
+ - lib/recurify.rb
22
+ - lib/recurify/version.rb
23
+ homepage: https://github.com/cs/recurify
24
+ licenses:
25
+ - MIT
26
+ metadata: {}
27
+ post_install_message:
28
+ rdoc_options: []
29
+ require_paths:
30
+ - lib
31
+ required_ruby_version: !ruby/object:Gem::Requirement
32
+ requirements:
33
+ - - ">="
34
+ - !ruby/object:Gem::Version
35
+ version: 2.0.0
36
+ required_rubygems_version: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ requirements: []
42
+ rubyforge_project:
43
+ rubygems_version: 2.4.5.1
44
+ signing_key:
45
+ specification_version: 2
46
+ summary: A simple, light-weight, evaluator for Recurrence Rules.
47
+ test_files: []
48
+ has_rdoc: