european-carry-all 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 +8 -8
- data/.gitignore +3 -1
- data/Gemfile.lock +1 -1
- data/LICENSE +20 -0
- data/european-carry-all.gemspec +2 -0
- data/lib/european/version.rb +1 -1
- metadata +5 -3
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
Y2FkMzNmODZlM2E0ZGMyODE0NGJjYWRiYmVjYjRmNjVmM2E1YTY4ZA==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
ZGVkY2VlOWQ1NGQ2ZWU2NjRjYTM4ZGQxZTgzNjc3N2Q3MzZjZDJkNA==
|
7
7
|
!binary "U0hBNTEy":
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
ZmY2ZGIyOGE5YjYwOTM5Yzc1ODI0ZWJmYjU5OWY5ZjdlODc1YmUzMzZjMWNh
|
10
|
+
ZmY4MGVmODNiZWVhODlkOGZhMGRlMzU0ZjlkMTliZjFkZjUzMDY3MGNiZjM4
|
11
|
+
YzY3N2RiNGQ0NDI2NzQyZGJmM2EyMzA5ZmFkMmI3ZThjYTFiMmE=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
YTgzNDI4YWUwNmI2YzE1ZWQ4NDc3MjUyYTUyMTM1NjUxMjU2MTdjOGM3YmJi
|
14
|
+
YTcxYWZiYTY2NzhmMDNmMmQ3NWQ3MTU0ZWY3Y2JjYzFjZmMxZjhjYWY3NThl
|
15
|
+
ZjQ2YTE5NWFlZWM5MTkyYjYwMjFjMWJjZjdlODVkOTJlNzUzNzE=
|
data/.gitignore
CHANGED
data/Gemfile.lock
CHANGED
data/LICENSE
ADDED
@@ -0,0 +1,20 @@
|
|
1
|
+
Copyright (c) 2013 Jed Northridge, http://jedcn.com
|
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 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/european-carry-all.gemspec
CHANGED
@@ -18,6 +18,8 @@ Gem::Specification.new do |s|
|
|
18
18
|
|
19
19
|
s.rubyforge_project = "european-carry-all"
|
20
20
|
|
21
|
+
s.licenses = ['MIT']
|
22
|
+
|
21
23
|
s.files = `git ls-files`.split("\n")
|
22
24
|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
23
25
|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
data/lib/european/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: european-carry-all
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jed Northridge
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-07-
|
11
|
+
date: 2013-07-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rspec
|
@@ -67,6 +67,7 @@ files:
|
|
67
67
|
- Gemfile
|
68
68
|
- Gemfile.lock
|
69
69
|
- Guardfile
|
70
|
+
- LICENSE
|
70
71
|
- Rakefile
|
71
72
|
- european-carry-all.gemspec
|
72
73
|
- lib/european.rb
|
@@ -83,7 +84,8 @@ files:
|
|
83
84
|
- spec/lib/european/project_spec.rb
|
84
85
|
- spec/spec_helper.rb
|
85
86
|
homepage: https://github.com/jedcn/european-carry-all
|
86
|
-
licenses:
|
87
|
+
licenses:
|
88
|
+
- MIT
|
87
89
|
metadata: {}
|
88
90
|
post_install_message:
|
89
91
|
rdoc_options: []
|