gollum_rails 1.5.4 → 1.5.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +54 -50
- data/gollum_rails.gemspec +2 -2
- data/lib/gollum_rails.rb +1 -1
- data/spec/spec_helper.rb +1 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 31725c554d1fb9b5d052c746fa3e98f5c3c340c0
|
4
|
+
data.tar.gz: 832779213e534adc377ea9778a79023c24cfb0f7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dacfbd80c3b06a23164cd6cfe0ef1f593b9a0c2c0a3ebc8900f667d12250edfa4eaf0c674fae9a69f2b196733f1613f7caece461e10dd961621788dac0f250fb
|
7
|
+
data.tar.gz: 7ad2e6e515cbe372d639b0eee3401624427f4da055bb6aa336621d80111f800a7bbfb88ad8cda70f97de666d509cdd2096df472d9de809bdef8ee92ec2c08a1f
|
data/Gemfile.lock
CHANGED
@@ -1,52 +1,56 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
gollum_rails (1.5.
|
4
|
+
gollum_rails (1.5.5)
|
5
5
|
activemodel (>= 3.2.11)
|
6
6
|
activesupport (>= 3.2.11)
|
7
|
-
gollum-lib (~>
|
7
|
+
gollum-lib (~> 2.0.0)
|
8
8
|
|
9
9
|
GEM
|
10
10
|
remote: https://rubygems.org/
|
11
11
|
specs:
|
12
|
-
actionmailer (4.0.
|
13
|
-
actionpack (= 4.0.
|
12
|
+
actionmailer (4.0.3)
|
13
|
+
actionpack (= 4.0.3)
|
14
14
|
mail (~> 2.5.4)
|
15
|
-
actionpack (4.0.
|
16
|
-
activesupport (= 4.0.
|
15
|
+
actionpack (4.0.3)
|
16
|
+
activesupport (= 4.0.3)
|
17
17
|
builder (~> 3.1.0)
|
18
18
|
erubis (~> 2.7.0)
|
19
19
|
rack (~> 1.5.2)
|
20
20
|
rack-test (~> 0.6.2)
|
21
|
-
activemodel (4.0.
|
22
|
-
activesupport (= 4.0.
|
21
|
+
activemodel (4.0.3)
|
22
|
+
activesupport (= 4.0.3)
|
23
23
|
builder (~> 3.1.0)
|
24
|
-
activerecord (4.0.
|
25
|
-
activemodel (= 4.0.
|
24
|
+
activerecord (4.0.3)
|
25
|
+
activemodel (= 4.0.3)
|
26
26
|
activerecord-deprecated_finders (~> 1.0.2)
|
27
|
-
activesupport (= 4.0.
|
27
|
+
activesupport (= 4.0.3)
|
28
28
|
arel (~> 4.0.0)
|
29
29
|
activerecord-deprecated_finders (1.0.3)
|
30
|
-
activesupport (4.0.
|
30
|
+
activesupport (4.0.3)
|
31
31
|
i18n (~> 0.6, >= 0.6.4)
|
32
32
|
minitest (~> 4.2)
|
33
33
|
multi_json (~> 1.3)
|
34
34
|
thread_safe (~> 0.1)
|
35
35
|
tzinfo (~> 0.3.37)
|
36
|
-
arel (4.0.
|
36
|
+
arel (4.0.2)
|
37
37
|
atomic (1.1.14)
|
38
38
|
builder (3.1.4)
|
39
39
|
celluloid (0.15.2)
|
40
40
|
timers (~> 1.1.0)
|
41
|
+
celluloid-io (0.15.0)
|
42
|
+
celluloid (>= 0.15.0)
|
43
|
+
nio4r (>= 0.5.0)
|
41
44
|
charlock_holmes (0.6.9.4)
|
42
|
-
coderay (1.0
|
45
|
+
coderay (1.1.0)
|
43
46
|
coveralls (0.7.0)
|
44
47
|
multi_json (~> 1.3)
|
45
48
|
rest-client
|
46
49
|
simplecov (>= 0.7)
|
47
50
|
term-ansicolor
|
48
51
|
thor
|
49
|
-
diff-lcs (1.2.
|
52
|
+
diff-lcs (1.2.5)
|
53
|
+
docile (1.1.3)
|
50
54
|
erubis (2.7.0)
|
51
55
|
ffi (1.9.3)
|
52
56
|
formatador (0.2.4)
|
@@ -56,14 +60,14 @@ GEM
|
|
56
60
|
diff-lcs (~> 1.1)
|
57
61
|
mime-types (~> 1.15)
|
58
62
|
posix-spawn (~> 0.3.6)
|
59
|
-
gollum-lib (
|
63
|
+
gollum-lib (2.0.0)
|
60
64
|
github-markup (>= 0.7.5, < 1.0.0)
|
61
65
|
gitlab-grit (= 2.6.0)
|
62
66
|
nokogiri (~> 1.6.0)
|
63
|
-
|
67
|
+
rouge (~> 1.3.1)
|
64
68
|
sanitize (~> 2.0.6)
|
65
69
|
stringex (~> 2.1.0)
|
66
|
-
guard (2.
|
70
|
+
guard (2.4.0)
|
67
71
|
formatador (>= 0.2.4)
|
68
72
|
listen (~> 2.1)
|
69
73
|
lumberjack (~> 1.0)
|
@@ -73,9 +77,10 @@ GEM
|
|
73
77
|
guard (>= 1.8)
|
74
78
|
rspec (~> 2.13)
|
75
79
|
hike (1.2.3)
|
76
|
-
i18n (0.6.
|
77
|
-
listen (2.
|
80
|
+
i18n (0.6.9)
|
81
|
+
listen (2.5.0)
|
78
82
|
celluloid (>= 0.15.2)
|
83
|
+
celluloid-io (>= 0.15.0)
|
79
84
|
rb-fsevent (>= 0.9.3)
|
80
85
|
rb-inotify (>= 0.9)
|
81
86
|
lumberjack (1.0.4)
|
@@ -83,43 +88,42 @@ GEM
|
|
83
88
|
mime-types (~> 1.16)
|
84
89
|
treetop (~> 1.4.8)
|
85
90
|
method_source (0.8.2)
|
86
|
-
mime-types (1.25)
|
91
|
+
mime-types (1.25.1)
|
87
92
|
mini_portile (0.5.2)
|
88
93
|
minitest (4.7.5)
|
89
|
-
multi_json (1.8.
|
94
|
+
multi_json (1.8.4)
|
95
|
+
nio4r (1.0.0)
|
90
96
|
nokogiri (1.6.1)
|
91
97
|
mini_portile (~> 0.5.0)
|
92
|
-
polyglot (0.3.
|
98
|
+
polyglot (0.3.4)
|
93
99
|
posix-spawn (0.3.8)
|
94
|
-
pry (0.9.12.
|
95
|
-
coderay (~> 1.0
|
100
|
+
pry (0.9.12.6)
|
101
|
+
coderay (~> 1.0)
|
96
102
|
method_source (~> 0.8)
|
97
103
|
slop (~> 3.4)
|
98
|
-
pygments.rb (0.5.4)
|
99
|
-
posix-spawn (~> 0.3.6)
|
100
|
-
yajl-ruby (~> 1.1.0)
|
101
104
|
rack (1.5.2)
|
102
105
|
rack-test (0.6.2)
|
103
106
|
rack (>= 1.0)
|
104
|
-
rails (4.0.
|
105
|
-
actionmailer (= 4.0.
|
106
|
-
actionpack (= 4.0.
|
107
|
-
activerecord (= 4.0.
|
108
|
-
activesupport (= 4.0.
|
107
|
+
rails (4.0.3)
|
108
|
+
actionmailer (= 4.0.3)
|
109
|
+
actionpack (= 4.0.3)
|
110
|
+
activerecord (= 4.0.3)
|
111
|
+
activesupport (= 4.0.3)
|
109
112
|
bundler (>= 1.3.0, < 2.0)
|
110
|
-
railties (= 4.0.
|
113
|
+
railties (= 4.0.3)
|
111
114
|
sprockets-rails (~> 2.0.0)
|
112
|
-
railties (4.0.
|
113
|
-
actionpack (= 4.0.
|
114
|
-
activesupport (= 4.0.
|
115
|
+
railties (4.0.3)
|
116
|
+
actionpack (= 4.0.3)
|
117
|
+
activesupport (= 4.0.3)
|
115
118
|
rake (>= 0.8.7)
|
116
119
|
thor (>= 0.18.1, < 2.0)
|
117
|
-
rake (10.1.
|
118
|
-
rb-fsevent (0.9.
|
119
|
-
rb-inotify (0.9.
|
120
|
+
rake (10.1.1)
|
121
|
+
rb-fsevent (0.9.4)
|
122
|
+
rb-inotify (0.9.3)
|
120
123
|
ffi (>= 0.5.0)
|
121
124
|
rest-client (1.6.7)
|
122
125
|
mime-types (>= 1.16)
|
126
|
+
rouge (1.3.2)
|
123
127
|
rr (1.1.2)
|
124
128
|
rspec (2.13.0)
|
125
129
|
rspec-core (~> 2.13.0)
|
@@ -131,12 +135,13 @@ GEM
|
|
131
135
|
rspec-mocks (2.13.1)
|
132
136
|
sanitize (2.0.6)
|
133
137
|
nokogiri (>= 1.4.4)
|
134
|
-
simplecov (0.
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
138
|
+
simplecov (0.8.2)
|
139
|
+
docile (~> 1.1.0)
|
140
|
+
multi_json
|
141
|
+
simplecov-html (~> 0.8.0)
|
142
|
+
simplecov-html (0.8.0)
|
143
|
+
slop (3.4.7)
|
144
|
+
sprockets (2.11.0)
|
140
145
|
hike (~> 1.2)
|
141
146
|
multi_json (~> 1.0)
|
142
147
|
rack (~> 1.0)
|
@@ -146,19 +151,18 @@ GEM
|
|
146
151
|
activesupport (>= 3.0)
|
147
152
|
sprockets (~> 2.8)
|
148
153
|
stringex (2.1.2)
|
149
|
-
term-ansicolor (1.
|
150
|
-
tins (~> 0
|
154
|
+
term-ansicolor (1.3.0)
|
155
|
+
tins (~> 1.0)
|
151
156
|
thor (0.18.1)
|
152
157
|
thread_safe (0.1.3)
|
153
158
|
atomic
|
154
159
|
tilt (1.4.1)
|
155
160
|
timers (1.1.0)
|
156
|
-
tins (0.
|
161
|
+
tins (1.0.0)
|
157
162
|
treetop (1.4.15)
|
158
163
|
polyglot
|
159
164
|
polyglot (>= 0.3.1)
|
160
165
|
tzinfo (0.3.38)
|
161
|
-
yajl-ruby (1.1.0)
|
162
166
|
|
163
167
|
PLATFORMS
|
164
168
|
ruby
|
data/gollum_rails.gemspec
CHANGED
@@ -4,7 +4,7 @@ Gem::Specification.new do |s|
|
|
4
4
|
s.name = 'gollum_rails'
|
5
5
|
s.rubyforge_project = s.name
|
6
6
|
|
7
|
-
s.version = '1.5.
|
7
|
+
s.version = '1.5.5'
|
8
8
|
|
9
9
|
s.summary = 'Combines Gollum and Rails'
|
10
10
|
s.description= 'include Gollum into Rails with ease'
|
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
|
|
12
12
|
s.add_dependency 'activemodel', '>= 3.2.11'
|
13
13
|
s.add_dependency 'activesupport', '>= 3.2.11'
|
14
14
|
|
15
|
-
s.add_dependency 'gollum-lib', '~>
|
15
|
+
s.add_dependency 'gollum-lib', '~> 2.0.0'
|
16
16
|
|
17
17
|
s.add_development_dependency 'rspec', '~> 2.13.0'
|
18
18
|
s.add_development_dependency 'rr', '~> 1.1.1'
|
data/lib/gollum_rails.rb
CHANGED
data/spec/spec_helper.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gollum_rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.5.
|
4
|
+
version: 1.5.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Florian Kasper
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-02-
|
11
|
+
date: 2014-02-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activemodel
|
@@ -44,14 +44,14 @@ dependencies:
|
|
44
44
|
requirements:
|
45
45
|
- - "~>"
|
46
46
|
- !ruby/object:Gem::Version
|
47
|
-
version:
|
47
|
+
version: 2.0.0
|
48
48
|
type: :runtime
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
52
|
- - "~>"
|
53
53
|
- !ruby/object:Gem::Version
|
54
|
-
version:
|
54
|
+
version: 2.0.0
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
56
|
name: rspec
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|