gglog 0.0.4 → 0.0.6

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
  SHA1:
3
- metadata.gz: 33a6f863ee0c152d6aceb8ec036596b961376961
4
- data.tar.gz: 3396e1c321b42e1709e5c8be7ca8e4ed6abe4dd8
3
+ metadata.gz: 14135ca5a72ed612d722bd3bdfdcc0027487783d
4
+ data.tar.gz: 9851e44dad0f2bd1aa95566fb99c2b5c40127378
5
5
  SHA512:
6
- metadata.gz: 8ba874a75a30773f2c0a1e6452fbc6ffc191a5f05caf5230d79eb8e4cc4d50d37d1a0963e1af7ae8d3434fe2269020913fa024a9bab4065a7b7f47a6741f4e93
7
- data.tar.gz: e347f2419c4701088901c07e7c0cd6dfb0533ef06f6b3338cff9dac8dd4c8c53338b15898257aaed7e90c2b8d08f3a5f1e7a304e8a01c0095306923e0f04ad08
6
+ metadata.gz: 112f9cf0547881281a03123d5aaa93dafe6931c9558cffdf3674280fb6dd4eca425abdce6392405e1529a9c7bb5a30e538b3ab51d7379fdc78d5f2c0ee7f499c
7
+ data.tar.gz: f787df169bd7bacf7ba27a654ebca586be10e09ec50219f9f563539f866eaadc3c83a79ac49ca64965bc026dae775d69cfa95be4d3eb88a574e91aa04fbc8171
@@ -0,0 +1 @@
1
+ 2.1.2
@@ -4,6 +4,7 @@ notifications:
4
4
  language: ruby
5
5
  rvm:
6
6
  - 2.1.0
7
+ - 2.1.2
7
8
  before_install:
8
9
  - gem install bundler
9
- - curl https://raw.github.com/groonga/groonga/master/data/travis/setup.sh | sh
10
+ - curl --silent --location https://github.com/groonga/groonga/raw/master/data/travis/setup.sh | sh
data/CHANGELOG CHANGED
@@ -1,3 +1,12 @@
1
+ ## 0.0.6 (2014-07-30)
2
+
3
+ * Update bundle
4
+
5
+ ## 0.0.5 (2014-07-30)
6
+
7
+ * Update bundle
8
+ * Fix ci error
9
+
1
10
  ## 0.0.4 (2014-02-14)
2
11
 
3
12
  * Update bundle
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- gglog (0.0.4)
4
+ gglog (0.0.6)
5
5
  bundler (>= 1.2)
6
6
  pager
7
7
  rainbow
@@ -14,52 +14,56 @@ GEM
14
14
  specs:
15
15
  archive-zip (0.6.0)
16
16
  io-like (>= 0.3.0)
17
- aruba (0.5.4)
17
+ aruba (0.6.0)
18
18
  childprocess (>= 0.3.6)
19
19
  cucumber (>= 1.1.1)
20
20
  rspec-expectations (>= 2.7.0)
21
21
  builder (3.2.2)
22
- childprocess (0.4.2)
22
+ childprocess (0.5.3)
23
23
  ffi (~> 1.0, >= 1.0.11)
24
- cucumber (1.3.10)
24
+ cucumber (1.3.16)
25
25
  builder (>= 2.1.2)
26
26
  diff-lcs (>= 1.1.3)
27
27
  gherkin (~> 2.12)
28
28
  multi_json (>= 1.7.5, < 2.0)
29
- multi_test (>= 0.0.2)
29
+ multi_test (>= 0.1.1)
30
30
  diff-lcs (1.2.5)
31
31
  ffi (1.9.3)
32
32
  gherkin (2.12.2)
33
33
  multi_json (~> 1.3)
34
- gqtp (1.0.5)
35
- groonga-client (0.0.4)
34
+ gqtp (1.0.6)
35
+ groonga-client (0.0.8)
36
36
  gqtp (>= 1.0.4)
37
37
  groonga-command (>= 1.0.4)
38
- groonga-command (1.0.6)
38
+ groonga-command (1.0.7)
39
39
  json
40
40
  io-like (0.3.0)
41
41
  json (1.8.1)
42
- multi_json (1.8.4)
43
- multi_test (0.0.3)
42
+ multi_json (1.10.1)
43
+ multi_test (0.1.1)
44
44
  pager (1.0.1)
45
45
  pkg-config (1.1.5)
46
46
  rainbow (2.0.0)
47
- rake (10.1.1)
48
- rroonga (4.0.0)
47
+ rake (10.3.2)
48
+ rroonga (4.0.3)
49
49
  archive-zip
50
50
  groonga-client (>= 0.0.3)
51
51
  json
52
52
  pkg-config
53
- rspec (2.14.1)
54
- rspec-core (~> 2.14.0)
55
- rspec-expectations (~> 2.14.0)
56
- rspec-mocks (~> 2.14.0)
57
- rspec-core (2.14.7)
58
- rspec-expectations (2.14.5)
59
- diff-lcs (>= 1.1.3, < 2.0)
60
- rspec-mocks (2.14.5)
61
- rugged (0.19.0)
62
- thor (0.18.1)
53
+ rspec (3.0.0)
54
+ rspec-core (~> 3.0.0)
55
+ rspec-expectations (~> 3.0.0)
56
+ rspec-mocks (~> 3.0.0)
57
+ rspec-core (3.0.3)
58
+ rspec-support (~> 3.0.0)
59
+ rspec-expectations (3.0.3)
60
+ diff-lcs (>= 1.2.0, < 2.0)
61
+ rspec-support (~> 3.0.0)
62
+ rspec-mocks (3.0.3)
63
+ rspec-support (~> 3.0.0)
64
+ rspec-support (3.0.3)
65
+ rugged (0.21.0)
66
+ thor (0.19.1)
63
67
 
64
68
  PLATFORMS
65
69
  ruby
@@ -45,7 +45,7 @@ module Gglog
45
45
  private
46
46
  def commits
47
47
  walker = Rugged::Walker.new(@repo)
48
- walker.push(@repo.lookup(@repo.head.target).oid)
48
+ walker.push(@repo.lookup(@repo.head.target_id).oid)
49
49
  walker.sorting(Rugged::SORT_REVERSE)
50
50
  walker
51
51
  end
@@ -1,4 +1,4 @@
1
1
  #coding: utf-8
2
2
  module Gglog
3
- VERSION = '0.0.4'
3
+ VERSION = '0.0.6'
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gglog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - SHIMADA Koji
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-02-14 00:00:00.000000000 Z
11
+ date: 2014-07-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -159,6 +159,7 @@ extensions: []
159
159
  extra_rdoc_files: []
160
160
  files:
161
161
  - ".gitignore"
162
+ - ".ruby-version"
162
163
  - ".travis.yml"
163
164
  - CHANGELOG
164
165
  - Gemfile
@@ -204,7 +205,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
204
205
  version: '0'
205
206
  requirements: []
206
207
  rubyforge_project: gglog
207
- rubygems_version: 2.2.1
208
+ rubygems_version: 2.2.2
208
209
  signing_key:
209
210
  specification_version: 4
210
211
  summary: Your partner for finding a good commit message.