gollum_rails 1.4.4 → 1.4.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 +56 -53
- data/gollum_rails.gemspec +2 -2
- data/lib/gollum_rails.rb +1 -1
- 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: a65e04d858846202b9e65e3d4dd51971cf1c83e6
|
4
|
+
data.tar.gz: 9887fe6a0643f45e4593651ef508dfe17d3713af
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 135bbc89399108bd13f312710e8e2a8b71c009feaf3cd5a6047fa65ade779a996800597a6084ed1e78b42200bbe0954469e2a70e7bc71b2b9e039869b43e0aa0
|
7
|
+
data.tar.gz: e163103d54bb560f8b5e8f8152109f1603835869bed63599a03042178f390ffc462bf1f4fbe5844780b22561710f22a11ffeb77a443c5f8c31ce9685813e6c42
|
data/Gemfile.lock
CHANGED
@@ -1,52 +1,53 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
gollum_rails (1.4.
|
4
|
+
gollum_rails (1.4.5)
|
5
5
|
activemodel (>= 4.0.0)
|
6
|
-
gollum-lib (~> 1.0.
|
6
|
+
gollum-lib (~> 1.0.9)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
actionmailer (4.0.
|
12
|
-
actionpack (= 4.0.
|
13
|
-
mail (~> 2.5.
|
14
|
-
actionpack (4.0.
|
15
|
-
activesupport (= 4.0.
|
11
|
+
actionmailer (4.0.1)
|
12
|
+
actionpack (= 4.0.1)
|
13
|
+
mail (~> 2.5.4)
|
14
|
+
actionpack (4.0.1)
|
15
|
+
activesupport (= 4.0.1)
|
16
16
|
builder (~> 3.1.0)
|
17
17
|
erubis (~> 2.7.0)
|
18
18
|
rack (~> 1.5.2)
|
19
19
|
rack-test (~> 0.6.2)
|
20
|
-
activemodel (4.0.
|
21
|
-
activesupport (= 4.0.
|
20
|
+
activemodel (4.0.1)
|
21
|
+
activesupport (= 4.0.1)
|
22
22
|
builder (~> 3.1.0)
|
23
|
-
activerecord (4.0.
|
24
|
-
activemodel (= 4.0.
|
23
|
+
activerecord (4.0.1)
|
24
|
+
activemodel (= 4.0.1)
|
25
25
|
activerecord-deprecated_finders (~> 1.0.2)
|
26
|
-
activesupport (= 4.0.
|
26
|
+
activesupport (= 4.0.1)
|
27
27
|
arel (~> 4.0.0)
|
28
28
|
activerecord-deprecated_finders (1.0.3)
|
29
|
-
activesupport (4.0.
|
29
|
+
activesupport (4.0.1)
|
30
30
|
i18n (~> 0.6, >= 0.6.4)
|
31
31
|
minitest (~> 4.2)
|
32
32
|
multi_json (~> 1.3)
|
33
33
|
thread_safe (~> 0.1)
|
34
34
|
tzinfo (~> 0.3.37)
|
35
|
-
arel (4.0.
|
36
|
-
atomic (1.1.
|
35
|
+
arel (4.0.1)
|
36
|
+
atomic (1.1.14)
|
37
37
|
builder (3.1.4)
|
38
|
+
celluloid (0.15.2)
|
39
|
+
timers (~> 1.1.0)
|
38
40
|
charlock_holmes (0.6.9.4)
|
39
41
|
coderay (1.0.9)
|
40
|
-
|
41
|
-
coveralls (0.6.4)
|
42
|
-
colorize
|
42
|
+
coveralls (0.7.0)
|
43
43
|
multi_json (~> 1.3)
|
44
44
|
rest-client
|
45
45
|
simplecov (>= 0.7)
|
46
|
+
term-ansicolor
|
46
47
|
thor
|
47
48
|
diff-lcs (1.2.4)
|
48
49
|
erubis (2.7.0)
|
49
|
-
ffi (1.9.
|
50
|
+
ffi (1.9.3)
|
50
51
|
formatador (0.2.4)
|
51
52
|
github-markup (0.7.5)
|
52
53
|
gitlab-grit (2.6.0)
|
@@ -54,37 +55,37 @@ GEM
|
|
54
55
|
diff-lcs (~> 1.1)
|
55
56
|
mime-types (~> 1.15)
|
56
57
|
posix-spawn (~> 0.3.6)
|
57
|
-
gollum-lib (1.0.
|
58
|
+
gollum-lib (1.0.9)
|
58
59
|
github-markup (>= 0.7.5, < 1.0.0)
|
59
|
-
gitlab-grit (
|
60
|
+
gitlab-grit (= 2.6.0)
|
60
61
|
nokogiri (~> 1.6.0)
|
61
62
|
pygments.rb (~> 0.5.2)
|
62
63
|
sanitize (~> 2.0.6)
|
63
64
|
stringex (~> 2.1.0)
|
64
|
-
guard (
|
65
|
+
guard (2.2.3)
|
65
66
|
formatador (>= 0.2.4)
|
66
|
-
listen (
|
67
|
-
lumberjack (
|
68
|
-
pry (>= 0.9.
|
69
|
-
thor (>= 0.
|
70
|
-
guard-rspec (3.0
|
67
|
+
listen (~> 2.1)
|
68
|
+
lumberjack (~> 1.0)
|
69
|
+
pry (>= 0.9.12)
|
70
|
+
thor (>= 0.18.1)
|
71
|
+
guard-rspec (3.1.0)
|
71
72
|
guard (>= 1.8)
|
72
73
|
rspec (~> 2.13)
|
73
74
|
hike (1.2.3)
|
74
|
-
i18n (0.6.
|
75
|
-
listen (
|
75
|
+
i18n (0.6.5)
|
76
|
+
listen (2.2.0)
|
77
|
+
celluloid (>= 0.15.2)
|
76
78
|
rb-fsevent (>= 0.9.3)
|
77
79
|
rb-inotify (>= 0.9)
|
78
|
-
|
79
|
-
lumberjack (1.0.3)
|
80
|
+
lumberjack (1.0.4)
|
80
81
|
mail (2.5.4)
|
81
82
|
mime-types (~> 1.16)
|
82
83
|
treetop (~> 1.4.8)
|
83
|
-
method_source (0.8.
|
84
|
-
mime-types (1.
|
84
|
+
method_source (0.8.2)
|
85
|
+
mime-types (1.25)
|
85
86
|
mini_portile (0.5.2)
|
86
87
|
minitest (4.7.5)
|
87
|
-
multi_json (1.
|
88
|
+
multi_json (1.8.2)
|
88
89
|
nokogiri (1.6.0)
|
89
90
|
mini_portile (~> 0.5.0)
|
90
91
|
polyglot (0.3.3)
|
@@ -93,34 +94,32 @@ GEM
|
|
93
94
|
coderay (~> 1.0.5)
|
94
95
|
method_source (~> 0.8)
|
95
96
|
slop (~> 3.4)
|
96
|
-
pygments.rb (0.5.
|
97
|
+
pygments.rb (0.5.4)
|
97
98
|
posix-spawn (~> 0.3.6)
|
98
99
|
yajl-ruby (~> 1.1.0)
|
99
100
|
rack (1.5.2)
|
100
101
|
rack-test (0.6.2)
|
101
102
|
rack (>= 1.0)
|
102
|
-
rails (4.0.
|
103
|
-
actionmailer (= 4.0.
|
104
|
-
actionpack (= 4.0.
|
105
|
-
activerecord (= 4.0.
|
106
|
-
activesupport (= 4.0.
|
103
|
+
rails (4.0.1)
|
104
|
+
actionmailer (= 4.0.1)
|
105
|
+
actionpack (= 4.0.1)
|
106
|
+
activerecord (= 4.0.1)
|
107
|
+
activesupport (= 4.0.1)
|
107
108
|
bundler (>= 1.3.0, < 2.0)
|
108
|
-
railties (= 4.0.
|
109
|
+
railties (= 4.0.1)
|
109
110
|
sprockets-rails (~> 2.0.0)
|
110
|
-
railties (4.0.
|
111
|
-
actionpack (= 4.0.
|
112
|
-
activesupport (= 4.0.
|
111
|
+
railties (4.0.1)
|
112
|
+
actionpack (= 4.0.1)
|
113
|
+
activesupport (= 4.0.1)
|
113
114
|
rake (>= 0.8.7)
|
114
115
|
thor (>= 0.18.1, < 2.0)
|
115
116
|
rake (10.1.0)
|
116
117
|
rb-fsevent (0.9.3)
|
117
|
-
rb-inotify (0.9.
|
118
|
-
ffi (>= 0.5.0)
|
119
|
-
rb-kqueue (0.2.0)
|
118
|
+
rb-inotify (0.9.2)
|
120
119
|
ffi (>= 0.5.0)
|
121
120
|
rest-client (1.6.7)
|
122
121
|
mime-types (>= 1.16)
|
123
|
-
rr (1.1.
|
122
|
+
rr (1.1.2)
|
124
123
|
rspec (2.13.0)
|
125
124
|
rspec-core (~> 2.13.0)
|
126
125
|
rspec-expectations (~> 2.13.0)
|
@@ -135,25 +134,29 @@ GEM
|
|
135
134
|
multi_json (~> 1.0)
|
136
135
|
simplecov-html (~> 0.7.1)
|
137
136
|
simplecov-html (0.7.1)
|
138
|
-
slop (3.4.
|
137
|
+
slop (3.4.6)
|
139
138
|
sprockets (2.10.0)
|
140
139
|
hike (~> 1.2)
|
141
140
|
multi_json (~> 1.0)
|
142
141
|
rack (~> 1.0)
|
143
142
|
tilt (~> 1.1, != 1.3.0)
|
144
|
-
sprockets-rails (2.0.
|
143
|
+
sprockets-rails (2.0.1)
|
145
144
|
actionpack (>= 3.0)
|
146
145
|
activesupport (>= 3.0)
|
147
146
|
sprockets (~> 2.8)
|
148
147
|
stringex (2.1.0)
|
148
|
+
term-ansicolor (1.2.2)
|
149
|
+
tins (~> 0.8)
|
149
150
|
thor (0.18.1)
|
150
|
-
thread_safe (0.1.
|
151
|
+
thread_safe (0.1.3)
|
151
152
|
atomic
|
152
153
|
tilt (1.4.1)
|
153
|
-
|
154
|
+
timers (1.1.0)
|
155
|
+
tins (0.12.0)
|
156
|
+
treetop (1.4.15)
|
154
157
|
polyglot
|
155
158
|
polyglot (>= 0.3.1)
|
156
|
-
tzinfo (0.3.
|
159
|
+
tzinfo (0.3.38)
|
157
160
|
yajl-ruby (1.1.0)
|
158
161
|
|
159
162
|
PLATFORMS
|
data/gollum_rails.gemspec
CHANGED
@@ -4,13 +4,13 @@ Gem::Specification.new do |s|
|
|
4
4
|
s.name = 'gollum_rails'
|
5
5
|
s.rubyforge_project = s.name
|
6
6
|
|
7
|
-
s.version = '1.4.
|
7
|
+
s.version = '1.4.5'
|
8
8
|
|
9
9
|
s.summary = 'Combines Gollum and Rails'
|
10
10
|
s.description= 'include Gollum into Rails with ease'
|
11
11
|
|
12
12
|
s.add_dependency 'activemodel', '>= 4.0.0'
|
13
|
-
s.add_dependency 'gollum-lib', '~> 1.0.
|
13
|
+
s.add_dependency 'gollum-lib', '~> 1.0.9'
|
14
14
|
|
15
15
|
s.add_development_dependency 'rspec', '~> 2.13.0'
|
16
16
|
s.add_development_dependency 'rr', '~> 1.1.1'
|
data/lib/gollum_rails.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.4.
|
4
|
+
version: 1.4.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: 2013-
|
11
|
+
date: 2013-11-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activemodel
|
@@ -30,14 +30,14 @@ dependencies:
|
|
30
30
|
requirements:
|
31
31
|
- - ~>
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 1.0.
|
33
|
+
version: 1.0.9
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - ~>
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 1.0.
|
40
|
+
version: 1.0.9
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: rspec
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|