git_remote_branch 0.3.6 → 0.3.7

Sign up to get free protection for your applications and to get access to all the features.
data/LICENSE CHANGED
@@ -1,3 +1,5 @@
1
+ The MIT License (MIT)
2
+
1
3
  Copyright (c) 2008 Mathieu Martin
2
4
 
3
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -5,6 +5,7 @@ require 'version'
5
5
  Gem::Specification.new do |s|
6
6
  s.name = GitRemoteBranch::NAME
7
7
  s.version = GitRemoteBranch::VERSION::STRING
8
+ s.license = 'MIT'
8
9
  s.platform = Gem::Platform::RUBY
9
10
  s.authors = ["Mathieu Martin", "Carl Mercier"]
10
11
  s.email = "webmat@gmail.com"
@@ -2,7 +2,7 @@ module GitRemoteBranch
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 3
5
- TINY = 6
5
+ TINY = 7
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: git_remote_branch
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.6
4
+ version: 0.3.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2013-09-20 00:00:00.000000000 Z
13
+ date: 2013-09-30 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rake
@@ -185,7 +185,8 @@ files:
185
185
  - test/unit/state_test.rb
186
186
  - vendor/capture_fu.rb
187
187
  homepage: http://github.com/webmat/git_remote_branch
188
- licenses: []
188
+ licenses:
189
+ - MIT
189
190
  post_install_message:
190
191
  rdoc_options: []
191
192
  require_paths:
@@ -198,7 +199,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
198
199
  version: '0'
199
200
  segments:
200
201
  - 0
201
- hash: -3102393032181836820
202
+ hash: 1636437133977117583
202
203
  required_rubygems_version: !ruby/object:Gem::Requirement
203
204
  none: false
204
205
  requirements:
@@ -207,7 +208,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
207
208
  version: '0'
208
209
  segments:
209
210
  - 0
210
- hash: -3102393032181836820
211
+ hash: 1636437133977117583
211
212
  requirements: []
212
213
  rubyforge_project:
213
214
  rubygems_version: 1.8.25