got_fixed 0.0.4 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/got_fixed/issue_factory.rb +1 -1
- data/lib/got_fixed/version.rb +1 -1
- data/spec/dummy/log/development.log +56 -0
- data/spec/dummy/log/test.log +1712 -0
- data/spec/lib/got_fixed/issue_factory_spec.rb +2 -2
- metadata +2 -2
@@ -13,7 +13,7 @@ module GotFixed
|
|
13
13
|
issue = @issue_factory.from_github(open_issues.first)
|
14
14
|
issue.should_not be_nil
|
15
15
|
issue.closed.should be_false
|
16
|
-
issue.vendor_id.should eq 3910487
|
16
|
+
issue.vendor_id.should eq "3910487"
|
17
17
|
issue.number.should eq 1
|
18
18
|
issue.title.should eq open_issues.first["title"]
|
19
19
|
end
|
@@ -23,7 +23,7 @@ module GotFixed
|
|
23
23
|
issue = @issue_factory.from_github(open_issues.first)
|
24
24
|
issue.should_not be_nil
|
25
25
|
issue.closed.should be_true
|
26
|
-
issue.vendor_id.should eq 9255225
|
26
|
+
issue.vendor_id.should eq "9255225"
|
27
27
|
issue.number.should eq 6
|
28
28
|
issue.title.should eq open_issues.first["title"]
|
29
29
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: got_fixed
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sebastien Saunier
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-10-
|
11
|
+
date: 2013-10-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|