capillary 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -13,11 +13,11 @@ Gem::Specification.new do |s|
13
13
 
14
14
  s.rubyforge_project = "capillary"
15
15
 
16
- s.add_dependency "json", "~> 1.5.1"
16
+ s.add_dependency "json", "~> 1.5"
17
17
 
18
18
  s.add_development_dependency "minitest", "~> 2.0"
19
- s.add_development_dependency "mini_shoulda", "~> 0.3.0"
20
-
19
+ s.add_development_dependency "mini_shoulda", "~> 0.3"
20
+
21
21
  s.files = `git ls-files`.split("\n")
22
22
  s.test_files = `git ls-files -- {test}/*`.split("\n")
23
23
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
@@ -18,5 +18,5 @@
18
18
 
19
19
 
20
20
  module Capillary
21
- VERSION = "1.0.1"
21
+ VERSION = "1.0.2"
22
22
  end
@@ -5,7 +5,7 @@ require "mini_shoulda"
5
5
 
6
6
  module Fixtures
7
7
  def fixture(filename)
8
- File.read(File.join(File.expand_path(File.dirname(__FILE__)), "fixtures", filename))
8
+ File.read(File.join(File.expand_path(File.dirname(__FILE__)), "fixtures", filename), :encoding=>'utf-8')
9
9
  end
10
10
  end
11
11
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capillary
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
5
- prerelease: false
4
+ hash: 19
5
+ prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 1
10
- version: 1.0.1
9
+ - 2
10
+ version: 1.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Marius Mathiesen
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2012-05-18 00:00:00 +02:00
19
+ date: 2012-10-04 00:00:00 +02:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
@@ -27,12 +27,11 @@ dependencies:
27
27
  requirements:
28
28
  - - ~>
29
29
  - !ruby/object:Gem::Version
30
- hash: 1
30
+ hash: 5
31
31
  segments:
32
32
  - 1
33
33
  - 5
34
- - 1
35
- version: 1.5.1
34
+ version: "1.5"
36
35
  type: :runtime
37
36
  version_requirements: *id001
38
37
  - !ruby/object:Gem::Dependency
@@ -58,12 +57,11 @@ dependencies:
58
57
  requirements:
59
58
  - - ~>
60
59
  - !ruby/object:Gem::Version
61
- hash: 19
60
+ hash: 13
62
61
  segments:
63
62
  - 0
64
63
  - 3
65
- - 0
66
- version: 0.3.0
64
+ version: "0.3"
67
65
  type: :development
68
66
  version_requirements: *id003
69
67
  description: Capillary works in conjunction with capillary.js, which outputs a beautiful graphical representation of your repository history
@@ -132,7 +130,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
132
130
  requirements: []
133
131
 
134
132
  rubyforge_project: capillary
135
- rubygems_version: 1.3.7
133
+ rubygems_version: 1.4.2
136
134
  signing_key:
137
135
  specification_version: 3
138
136
  summary: Capillary generates a JSON payload from Git log output