evilchelu-braid 0.3.5 → 0.3.6

Sign up to get free protection for your applications and to get access to all the features.
data/README.txt CHANGED
@@ -5,7 +5,8 @@ In purpose, it's similar to piston, but it's especially built on top of git
5
5
  commands. This allows better integration with git and easier management of
6
6
  merges.
7
7
 
8
- The braid homepage is:http://evil.che.lu/projects/braid.
8
+ The braid homepage is at
9
+ "http://evil.che.lu/projects/braid":http://evil.che.lu/projects/braid/
9
10
 
10
11
  Braid is "hosted on github":http://github.com/evilchelu/braid.
11
12
 
data/braid.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = %q{braid}
3
- s.version = "0.3.5"
3
+ s.version = "0.3.6"
4
4
 
5
5
  s.specification_version = 2 if s.respond_to? :specification_version=
6
6
 
data/lib/braid/version.rb CHANGED
@@ -2,7 +2,7 @@ module Braid #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 3
5
- TINY = 5
5
+ TINY = 6
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: evilchelu-braid
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.5
4
+ version: 0.3.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cristi Balan