gitra 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/LICENSE.md +7 -0
  2. data/README.md +4 -0
  3. data/lib/gitra/version.rb +1 -1
  4. metadata +6 -5
@@ -0,0 +1,7 @@
1
+ Copyright © 2013 Dávid Lantos
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4
+
5
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6
+
7
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.md CHANGED
@@ -64,3 +64,7 @@ As you can see, the reported information is in line compared to the repository g
64
64
  - the other way around if viewed from the `master` branch
65
65
 
66
66
  This kind of analysis really helps our current team to get on top of the current branching strategy we inherited.
67
+
68
+ ### License
69
+
70
+ MIT license.
@@ -1,3 +1,3 @@
1
1
  module Gitra
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitra
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - David Lantos
@@ -95,9 +95,10 @@ files:
95
95
  - spec/support/minitest_helper.rb
96
96
  - spec/tracker_spec.rb
97
97
  - README.md
98
+ - LICENSE.md
98
99
  homepage: http://github.com/sldblog/gitra
99
- licenses: []
100
-
100
+ licenses:
101
+ - MIT
101
102
  post_install_message:
102
103
  rdoc_options: []
103
104