ical_importer 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Gemfile.lock +1 -1
- data/MIT-LICENSE +20 -0
- data/ical_importer.gemspec +1 -0
- data/lib/ical_importer/version.rb +1 -1
- metadata +7 -5
data/Gemfile.lock
CHANGED
data/MIT-LICENSE
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
Copyright 2013 Sport Ngin
|
|
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
|
|
12
|
+
included 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
|
|
17
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
18
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
19
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
20
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
data/ical_importer.gemspec
CHANGED
|
@@ -12,6 +12,7 @@ Gem::Specification.new do |gem|
|
|
|
12
12
|
gem.files = `git ls-files`.split("\n")
|
|
13
13
|
gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
|
14
14
|
gem.name = "ical_importer"
|
|
15
|
+
gem.license = "MIT"
|
|
15
16
|
gem.require_paths = ["lib"]
|
|
16
17
|
gem.version = IcalImporter::VERSION
|
|
17
18
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ical_importer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-
|
|
12
|
+
date: 2013-11-01 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: activesupport
|
|
@@ -121,6 +121,7 @@ files:
|
|
|
121
121
|
- CHANGELOG
|
|
122
122
|
- Gemfile
|
|
123
123
|
- Gemfile.lock
|
|
124
|
+
- MIT-LICENSE
|
|
124
125
|
- README.md
|
|
125
126
|
- Rakefile
|
|
126
127
|
- ical_importer.gemspec
|
|
@@ -146,7 +147,8 @@ files:
|
|
|
146
147
|
- spec/support/mn_twins.ics
|
|
147
148
|
- spec/support/test.ics
|
|
148
149
|
homepage: http://github.com/sportngin/ical_importer
|
|
149
|
-
licenses:
|
|
150
|
+
licenses:
|
|
151
|
+
- MIT
|
|
150
152
|
post_install_message:
|
|
151
153
|
rdoc_options: []
|
|
152
154
|
require_paths:
|
|
@@ -159,7 +161,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
159
161
|
version: '0'
|
|
160
162
|
segments:
|
|
161
163
|
- 0
|
|
162
|
-
hash: -
|
|
164
|
+
hash: -3722175415317783163
|
|
163
165
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
164
166
|
none: false
|
|
165
167
|
requirements:
|
|
@@ -168,7 +170,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
168
170
|
version: '0'
|
|
169
171
|
segments:
|
|
170
172
|
- 0
|
|
171
|
-
hash: -
|
|
173
|
+
hash: -3722175415317783163
|
|
172
174
|
requirements: []
|
|
173
175
|
rubyforge_project:
|
|
174
176
|
rubygems_version: 1.8.24
|