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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- YTdjMmQ5ZTg0YzI1MTY4NjJmZTYxNjYyMTFlZTA4NGJiYTg1MWQ5Yg==
4
+ Y2FkMzNmODZlM2E0ZGMyODE0NGJjYWRiYmVjYjRmNjVmM2E1YTY4ZA==
5
5
  data.tar.gz: !binary |-
6
- ZjQ0MThhNWMyNDkwZGRkMGRkOTM2YzZhMThjODRlMDFkY2IwZWVkNg==
6
+ ZGVkY2VlOWQ1NGQ2ZWU2NjRjYTM4ZGQxZTgzNjc3N2Q3MzZjZDJkNA==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- ZjgyMDE1OWZkZTMzMTFlNzBiMTgxYzdhOWZmNGRhMWNmMDU4MDg2MGI1MzU1
10
- MTJiZmRmZGE3ZmE0ZDc1YzE0MzgxYmI0ODE4YjZkNDEwZTQyODM3YjFiODIx
11
- MmQ2OWZjMjNkNGY5OTIxNGUzZGY0MDZjMzIyMDg5ODkyMDU4OTg=
9
+ ZmY2ZGIyOGE5YjYwOTM5Yzc1ODI0ZWJmYjU5OWY5ZjdlODc1YmUzMzZjMWNh
10
+ ZmY4MGVmODNiZWVhODlkOGZhMGRlMzU0ZjlkMTliZjFkZjUzMDY3MGNiZjM4
11
+ YzY3N2RiNGQ0NDI2NzQyZGJmM2EyMzA5ZmFkMmI3ZThjYTFiMmE=
12
12
  data.tar.gz: !binary |-
13
- M2Y3ZjI3Zjk5NmFlZGMzNTRhNDEwZmVjMDIyZjQwOWFmN2E5N2EwMjU5MjIw
14
- NTlkOTU0YzdmZDc5YjU4MTkxODQxZDQ2NjdjODE3OTE3YWZjZDg3MzU5YmRj
15
- NWZkYzM0NmY4NTQ1NjJlZTgzODJiOTljZjIzYjFlNzQyNTQxNmU=
13
+ YTgzNDI4YWUwNmI2YzE1ZWQ4NDc3MjUyYTUyMTM1NjUxMjU2MTdjOGM3YmJi
14
+ YTcxYWZiYTY2NzhmMDNmMmQ3NWQ3MTU0ZWY3Y2JjYzFjZmMxZjhjYWY3NThl
15
+ ZjQ2YTE5NWFlZWM5MTkyYjYwMjFjMWJjZjdlODVkOTJlNzUzNzE=
data/.gitignore CHANGED
@@ -1 +1,3 @@
1
- tmp/rspec_guard_result
1
+ tmp/rspec_guard_result
2
+
3
+ pkg/
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- european-carry-all (0.0.1)
4
+ european-carry-all (0.0.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
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.
@@ -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) }
@@ -1,3 +1,3 @@
1
1
  module European
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
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.1
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-29 00:00:00.000000000 Z
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: []