git-sbm 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0e3a8472c8344886a029b9205aba3a14d89e288b9691b25ee966ee7a1fe0ddea
4
- data.tar.gz: 35487d2b246d666bf40ce54d06dfcf83a7b610143ef8872f24b5a27ac91599f3
3
+ metadata.gz: 68d291412a3b6b8b9922c43e9b83a2011eecba8d70ee49ad16565f940cb872a8
4
+ data.tar.gz: b4b1f2a165c06f29e1ab67e4a5b6cc448b5d65c892ab884ad4da38732264aafb
5
5
  SHA512:
6
- metadata.gz: d37090e24e04ac1d2fd9794bdd35e173ee3835c49fac42b370e0e20cdb9984ff77079ea366c3d11b5edbc27e645bb45c4fcb3e6263837cfe97e4dbc2d4062ca6
7
- data.tar.gz: cf7e523995121b2109860178867e43928339abf30bada4882010a564a3808b3e7832987803209ae7c95bcdc2375c056bd35dda5029f1409f63d06f5e761a953c
6
+ metadata.gz: b1774daa3d60f17c9427a1de52798e99b6e22298cdca537531e75362160902612bad6ac896b5ba20597eae8540b24a9f00126a1b4666938929ddf044cd44e761
7
+ data.tar.gz: 101323dc76808c01d60896eb44ff31377f90c6e53444a04a9bc54f0b4dac284dbd32e048d103dd23cd6ba7dbff86032b24dc3477f123ea4046e0175c0cbe3358
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- git-sbm (0.2.2)
4
+ git-sbm (0.2.3)
5
5
  fileutils
6
6
  thor
7
7
 
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2018 rcarvalhosilva
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
data/README.md CHANGED
@@ -1,4 +1,5 @@
1
1
  # Git-Submodules
2
+ [![Gem Version](https://badge.fury.io/rb/git-sbm.svg)](https://badge.fury.io/rb/git-sbm)
2
3
 
3
4
  Welcome to Git-Submodules!
4
5
  Git-Submodules is a simple tool with the goal of making your workflow with submodules a little bit easier.
@@ -1,3 +1,3 @@
1
1
  module Submodule
2
- VERSION = "0.2.2"
2
+ VERSION = "0.2.3"
3
3
  end
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Rodrigo Carvalho"]
10
10
  spec.email = ["rcdasilva94@gmail.com"]
11
11
  spec.platform = Gem::Platform::RUBY
12
-
12
+ spec.license = 'MIT'
13
13
  spec.summary = %q{A tool to help manage git submodules}
14
14
  spec.homepage = "https://github.com/rcarvalhosilva/git-submodules"
15
15
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: git-sbm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rodrigo Carvalho
@@ -133,6 +133,7 @@ files:
133
133
  - ".gitignore"
134
134
  - Gemfile
135
135
  - Gemfile.lock
136
+ - LICENSE
136
137
  - README.md
137
138
  - Rakefile
138
139
  - bin/console
@@ -144,7 +145,8 @@ files:
144
145
  - lib/submodule/version.rb
145
146
  - submodule.gemspec
146
147
  homepage: https://github.com/rcarvalhosilva/git-submodules
147
- licenses: []
148
+ licenses:
149
+ - MIT
148
150
  metadata: {}
149
151
  post_install_message:
150
152
  rdoc_options: []