gitit 0.2.0 → 0.3.0

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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.txt +3 -0
  3. data/VERSION +1 -1
  4. data/gitit.gemspec +1 -0
  5. metadata +3 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 20622c6ed0fa1a5eb2e7660c2a9621ca2c09c6d8
4
- data.tar.gz: 7e2954739e7074b43f705c711446ca1fe6ce9a70
3
+ metadata.gz: fe90ba6d576b4229458a0f87a846ffbd2f7b0778
4
+ data.tar.gz: 9fff1938db737966882eadd712aae732048daa6b
5
5
  SHA512:
6
- metadata.gz: dd11932d727452358b066685a02acaf3dc4e6b9bd04e71f4819ac339d36f3432bcc30b6de584d70280bae06737ec1f4e6228ea441321b83719fd87924b7a297c
7
- data.tar.gz: 62e6029d0941c51b09010dd074ff324e72db0e9f6a518f861ac857f265e569310ed17471746c522449b123745ef4f13fd5c144eccd4d897ff0039f24317cdb5c
6
+ metadata.gz: fd65fab4db9ff67991a87e0e62fb77ddc0f62a455d99484776125d6b01967e6691f15c5c03432d9f56244ada4c4788294871afe3baea1da18937c19bdf464c9c
7
+ data.tar.gz: eb58091dbc95bcadfbf852eaa946a2b82567f4e9f87185ae423b2f551fc2230b2367a581ccf9606871f519789bef94b6ac17d510ea3e392f0d275888869489dc
@@ -1,5 +1,7 @@
1
1
  Copyright (c) 2013 Bone Crusher
2
2
 
3
+ MIT License
4
+
3
5
  Permission is hereby granted, free of charge, to any person obtaining
4
6
  a copy of this software and associated documentation files (the
5
7
  "Software"), to deal in the Software without restriction, including
@@ -18,3 +20,4 @@ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
20
  LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
21
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
22
  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
23
+
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0
1
+ 0.3.0
@@ -16,4 +16,5 @@ Gem::Specification.new do |gem|
16
16
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
17
17
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
18
18
  gem.require_paths = ["lib"]
19
+ gem.licenses = ["MIT"]
19
20
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pat Laplante
@@ -44,7 +44,8 @@ files:
44
44
  - spec/gitit_status_spec.rb
45
45
  - spec/spec_helper.rb
46
46
  homepage: http://github.com/patbonecrusher/gitit
47
- licenses: []
47
+ licenses:
48
+ - MIT
48
49
  metadata: {}
49
50
  post_install_message:
50
51
  rdoc_options: []