ghtorrent 0.3 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,8 +10,8 @@ Sequel.migration do
10
10
  end
11
11
 
12
12
  puts("Updating users with default values")
13
- DB.transaction(:rollback => :reraise, :isolation => :committed) do
14
- DB[:users].update(:type => "USR")
13
+ transaction(:rollback => :reraise, :isolation => :committed) do
14
+ self[:users].update(:type => "USR")
15
15
  end
16
16
 
17
17
  puts("Creating table organization-members")
data/lib/ghtorrent.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  #require 'ghtorrent-old/ghtorrent-old'
2
2
 
3
3
  module GHTorrent
4
- VERSION = 0.3
4
+ VERSION = '0.3.1'
5
5
  end
6
6
 
7
7
  require 'ghtorrent/command'
metadata CHANGED
@@ -1,12 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ghtorrent
3
3
  version: !ruby/object:Gem::Version
4
- hash: 13
4
+ hash: 17
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- version: "0.3"
9
+ - 1
10
+ version: 0.3.1
10
11
  platform: ruby
11
12
  authors:
12
13
  - Georgios Gousios
@@ -15,7 +16,7 @@ autorequire:
15
16
  bindir: bin
16
17
  cert_chain: []
17
18
 
18
- date: 2012-05-18 00:00:00 Z
19
+ date: 2012-06-17 00:00:00 Z
19
20
  dependencies:
20
21
  - !ruby/object:Gem::Dependency
21
22
  name: amqp