gollum_rails 1.6.3 → 1.6.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- OTRkNTIyMjA0NGU1ODc4ZTZiNDk1NzlkYWUzYzc4NDFjNzRiY2Y0Zg==
4
+ YWMwMzg4OGIzZTEwMDNhZjk2NDcyYjQ4MzBlMmQ1NDQ5NzI1MDdhOQ==
5
5
  data.tar.gz: !binary |-
6
- MjYzZTczY2IwZTA2YWQ5YmU3ZGEyNzRjZDA4ZWVlMDVkZjUyMTlhMg==
6
+ ODM2ZmI3ZGE3OTZjNzMxNGFhOTBkNmI3N2Q4YjI4ZmExYjc0N2JhMA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- YmMzZGIwYjE1OWNjODk2MWM0NmI4ZTI0MjMxNGI4MTlhZjkyODM1ZjExMDMw
10
- YjE3YmExY2RhN2NkYmNiYTRhYjk5MjUyMDFmNWUwZmQ2MWE5ODY0NWNlNjI0
11
- YzhlM2UzMDg1YTExYTg2M2YyZGZkYjZhYjE0YmMzODI1ZmE3NDU=
9
+ MjZjYmQ2NGM0Mzg5MTkzYzJlZTg4NGJlYmY5YjkwNzI2MzViOWM1MjhjODNj
10
+ ZDhiZmQzM2MyNDM5MTQ3MTE4ZTBlZGI5OGRlODk2NWE1OTc0OTAxNzkxNjQ3
11
+ NWVmM2Y4NjBiOGJlYWNmOGYyZDIwYjA4MmEzYWJjMjBjNWFlNDE=
12
12
  data.tar.gz: !binary |-
13
- OTljNjQ4NDFhZDc2MmU3MjVlZDJjNjcwZmZmZThkZDJjYTBhOTc3NTdjZTcw
14
- MjQ2MmMwMWJlMmZhZThkNGE5ODJiNjZjMWE2NDMwMmQ0ODEwM2Y1YjI4YjVk
15
- NjI3NzY2YzA5MGE5MDJiMWY2OTY5NTBhOGIwMGQ2NTE5OGY2MTc=
13
+ ZDY5ZjdlZDkzMzJmNDYyNmQ5ZmNhNTY1OTg1M2UwODgzYmM5NTk0ZjRhYmEz
14
+ NWFkMWQ0N2UzMzM3YmU2ODAyMzY3ZTRlMTZkY2U2NDQxOTBmZTAxZDExYjEy
15
+ NmUzNjE4N2ViZTNhZTIwNDNiNTc2ZmJjMzZmYzc0YmRjM2ZhMTY=
data/Gemfile.lock CHANGED
@@ -4,32 +4,32 @@ PATH
4
4
  gollum_rails (1.6.3)
5
5
  activemodel (>= 3.2.11)
6
6
  activesupport (>= 3.2.11)
7
- gollum-lib (~> 3.0.0)
7
+ gollum-lib (~> 4.0.1)
8
8
 
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- actionmailer (4.1.4)
13
- actionpack (= 4.1.4)
14
- actionview (= 4.1.4)
15
- mail (~> 2.5.4)
16
- actionpack (4.1.4)
17
- actionview (= 4.1.4)
18
- activesupport (= 4.1.4)
12
+ actionmailer (4.1.8)
13
+ actionpack (= 4.1.8)
14
+ actionview (= 4.1.8)
15
+ mail (~> 2.5, >= 2.5.4)
16
+ actionpack (4.1.8)
17
+ actionview (= 4.1.8)
18
+ activesupport (= 4.1.8)
19
19
  rack (~> 1.5.2)
20
20
  rack-test (~> 0.6.2)
21
- actionview (4.1.4)
22
- activesupport (= 4.1.4)
21
+ actionview (4.1.8)
22
+ activesupport (= 4.1.8)
23
23
  builder (~> 3.1)
24
24
  erubis (~> 2.7.0)
25
- activemodel (4.1.4)
26
- activesupport (= 4.1.4)
25
+ activemodel (4.1.8)
26
+ activesupport (= 4.1.8)
27
27
  builder (~> 3.1)
28
- activerecord (4.1.4)
29
- activemodel (= 4.1.4)
30
- activesupport (= 4.1.4)
28
+ activerecord (4.1.8)
29
+ activemodel (= 4.1.8)
30
+ activesupport (= 4.1.8)
31
31
  arel (~> 5.0.0)
32
- activesupport (4.1.4)
32
+ activesupport (4.1.8)
33
33
  i18n (~> 0.6, >= 0.6.9)
34
34
  json (~> 1.7, >= 1.7.7)
35
35
  minitest (~> 5.1)
@@ -37,11 +37,11 @@ GEM
37
37
  tzinfo (~> 1.1)
38
38
  arel (5.0.1.20140414130214)
39
39
  builder (3.2.2)
40
- celluloid (0.15.2)
41
- timers (~> 1.1.0)
40
+ celluloid (0.16.0)
41
+ timers (~> 4.0.0)
42
42
  charlock_holmes (0.7.3)
43
43
  coderay (1.1.0)
44
- coveralls (0.7.0)
44
+ coveralls (0.7.1)
45
45
  multi_json (~> 1.3)
46
46
  rest-client
47
47
  simplecov (>= 0.7)
@@ -50,125 +50,130 @@ GEM
50
50
  diff-lcs (1.2.5)
51
51
  docile (1.1.5)
52
52
  erubis (2.7.0)
53
- factory_girl (4.4.0)
53
+ factory_girl (4.5.0)
54
54
  activesupport (>= 3.0.0)
55
- ffi (1.9.3)
55
+ ffi (1.9.6)
56
56
  formatador (0.2.5)
57
- github-markup (1.1.2)
57
+ github-markup (1.3.1)
58
58
  posix-spawn (~> 0.3.8)
59
- gitlab-grit (2.6.10)
59
+ gitlab-grit (2.7.3)
60
60
  charlock_holmes (~> 0.6)
61
61
  diff-lcs (~> 1.1)
62
62
  mime-types (~> 1.15)
63
63
  posix-spawn (~> 0.3)
64
- gollum-lib (3.0.0)
65
- github-markup (~> 1.1.0)
66
- gitlab-grit (~> 2.6.5)
67
- nokogiri (~> 1.6.1)
68
- rouge (~> 1.3.3)
64
+ gollum-grit_adapter (0.1.2)
65
+ gitlab-grit (~> 2.7, >= 2.7.1)
66
+ gollum-lib (4.0.1)
67
+ github-markup (~> 1.3.1)
68
+ gollum-grit_adapter (~> 0.1, >= 0.1.1)
69
+ nokogiri (~> 1.6.4)
70
+ rouge (~> 1.7.4)
69
71
  sanitize (~> 2.1.0)
70
72
  stringex (~> 2.5.1)
71
- guard (2.6.1)
73
+ guard (2.10.4)
72
74
  formatador (>= 0.2.4)
73
75
  listen (~> 2.7)
74
76
  lumberjack (~> 1.0)
77
+ nenv (~> 0.1)
75
78
  pry (>= 0.9.12)
76
79
  thor (>= 0.18.1)
77
- guard-rspec (4.2.10)
80
+ guard-compat (1.1.0)
81
+ guard-rspec (4.5.0)
78
82
  guard (~> 2.1)
79
- rspec (>= 2.14, < 4.0)
83
+ guard-compat (~> 1.1)
84
+ rspec (>= 2.99.0, < 4.0)
80
85
  hashr (0.0.22)
81
86
  hike (1.2.3)
82
- i18n (0.6.9)
87
+ hitimes (1.2.2)
88
+ i18n (0.6.11)
83
89
  json (1.8.1)
84
- listen (2.7.9)
90
+ listen (2.8.3)
85
91
  celluloid (>= 0.15.2)
86
92
  rb-fsevent (>= 0.9.3)
87
93
  rb-inotify (>= 0.9)
88
94
  lumberjack (1.0.9)
89
- mail (2.5.4)
90
- mime-types (~> 1.16)
91
- treetop (~> 1.4.8)
95
+ mail (2.6.3)
96
+ mime-types (>= 1.16, < 3)
92
97
  method_source (0.8.2)
93
98
  mime-types (1.25.1)
94
- mini_portile (0.6.0)
95
- minitest (5.3.5)
99
+ mini_portile (0.6.1)
100
+ minitest (5.5.0)
96
101
  multi_json (1.10.1)
97
- nokogiri (1.6.2.1)
98
- mini_portile (= 0.6.0)
99
- polyglot (0.3.5)
100
- posix-spawn (0.3.8)
101
- pry (0.10.0)
102
+ nenv (0.1.1)
103
+ netrc (0.10.2)
104
+ nokogiri (1.6.5)
105
+ mini_portile (~> 0.6.0)
106
+ posix-spawn (0.3.9)
107
+ pry (0.10.1)
102
108
  coderay (~> 1.1.0)
103
109
  method_source (~> 0.8.1)
104
110
  slop (~> 3.4)
105
111
  rack (1.5.2)
106
112
  rack-test (0.6.2)
107
113
  rack (>= 1.0)
108
- rails (4.1.4)
109
- actionmailer (= 4.1.4)
110
- actionpack (= 4.1.4)
111
- actionview (= 4.1.4)
112
- activemodel (= 4.1.4)
113
- activerecord (= 4.1.4)
114
- activesupport (= 4.1.4)
114
+ rails (4.1.8)
115
+ actionmailer (= 4.1.8)
116
+ actionpack (= 4.1.8)
117
+ actionview (= 4.1.8)
118
+ activemodel (= 4.1.8)
119
+ activerecord (= 4.1.8)
120
+ activesupport (= 4.1.8)
115
121
  bundler (>= 1.3.0, < 2.0)
116
- railties (= 4.1.4)
122
+ railties (= 4.1.8)
117
123
  sprockets-rails (~> 2.0)
118
- railties (4.1.4)
119
- actionpack (= 4.1.4)
120
- activesupport (= 4.1.4)
124
+ railties (4.1.8)
125
+ actionpack (= 4.1.8)
126
+ activesupport (= 4.1.8)
121
127
  rake (>= 0.8.7)
122
128
  thor (>= 0.18.1, < 2.0)
123
- rake (10.3.2)
129
+ rake (10.4.2)
124
130
  rb-fsevent (0.9.4)
125
131
  rb-inotify (0.9.5)
126
132
  ffi (>= 0.5.0)
127
- redcarpet (3.1.2)
128
- rest-client (1.6.7)
129
- mime-types (>= 1.16)
130
- rouge (1.3.4)
131
- rspec (3.0.0)
132
- rspec-core (~> 3.0.0)
133
- rspec-expectations (~> 3.0.0)
134
- rspec-mocks (~> 3.0.0)
135
- rspec-core (3.0.2)
136
- rspec-support (~> 3.0.0)
137
- rspec-expectations (3.0.2)
133
+ redcarpet (3.2.2)
134
+ rest-client (1.7.2)
135
+ mime-types (>= 1.16, < 3.0)
136
+ netrc (~> 0.7)
137
+ rouge (1.7.4)
138
+ rspec (3.1.0)
139
+ rspec-core (~> 3.1.0)
140
+ rspec-expectations (~> 3.1.0)
141
+ rspec-mocks (~> 3.1.0)
142
+ rspec-core (3.1.7)
143
+ rspec-support (~> 3.1.0)
144
+ rspec-expectations (3.1.2)
138
145
  diff-lcs (>= 1.2.0, < 2.0)
139
- rspec-support (~> 3.0.0)
140
- rspec-mocks (3.0.2)
141
- rspec-support (~> 3.0.0)
142
- rspec-support (3.0.2)
146
+ rspec-support (~> 3.1.0)
147
+ rspec-mocks (3.1.3)
148
+ rspec-support (~> 3.1.0)
149
+ rspec-support (3.1.2)
143
150
  sanitize (2.1.0)
144
151
  nokogiri (>= 1.4.4)
145
- simplecov (0.8.2)
152
+ simplecov (0.9.1)
146
153
  docile (~> 1.1.0)
147
- multi_json
154
+ multi_json (~> 1.0)
148
155
  simplecov-html (~> 0.8.0)
149
156
  simplecov-html (0.8.0)
150
- slop (3.5.0)
151
- sprockets (2.12.1)
157
+ slop (3.6.0)
158
+ sprockets (2.12.3)
152
159
  hike (~> 1.2)
153
160
  multi_json (~> 1.0)
154
161
  rack (~> 1.0)
155
162
  tilt (~> 1.1, != 1.3.0)
156
- sprockets-rails (2.1.3)
163
+ sprockets-rails (2.2.2)
157
164
  actionpack (>= 3.0)
158
165
  activesupport (>= 3.0)
159
- sprockets (~> 2.8)
166
+ sprockets (>= 2.8, < 4.0)
160
167
  stringex (2.5.2)
161
168
  term-ansicolor (1.3.0)
162
169
  tins (~> 1.0)
163
170
  thor (0.19.1)
164
171
  thread_safe (0.3.4)
165
172
  tilt (1.4.1)
166
- timers (1.1.0)
167
- tins (1.3.0)
168
- treetop (1.4.15)
169
- polyglot
170
- polyglot (>= 0.3.1)
171
- tzinfo (1.2.1)
173
+ timers (4.0.1)
174
+ hitimes
175
+ tins (1.3.3)
176
+ tzinfo (1.2.2)
172
177
  thread_safe (~> 0.1)
173
178
  wwtd (0.5.5)
174
179
 
@@ -179,11 +184,11 @@ DEPENDENCIES
179
184
  coveralls
180
185
  factory_girl (~> 4.4)
181
186
  gollum_rails!
182
- guard (~> 2.6.0)
183
- guard-rspec (~> 4.2.8)
187
+ guard (~> 2.10.4)
188
+ guard-rspec (~> 4.5.0)
184
189
  hashr (~> 0.0.22)
185
190
  rails (>= 3.2.11)
186
191
  rb-fsevent (>= 0.9.3)
187
- redcarpet (>= 3.1.1)
188
- rspec (~> 3.0)
192
+ redcarpet (>= 3.2.2)
193
+ rspec (~> 3.1.0)
189
194
  wwtd
data/gollum_rails.gemspec CHANGED
@@ -4,21 +4,21 @@ Gem::Specification.new do |s|
4
4
  s.name = 'gollum_rails'
5
5
  s.rubyforge_project = s.name
6
6
 
7
- s.version = '1.6.3'
7
+ s.version = '1.6.4'
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', '>= 3.2.11'
13
13
  s.add_dependency 'activesupport', '>= 3.2.11'
14
- s.add_dependency 'gollum-lib', '~> 3.0.0'
14
+ s.add_dependency 'gollum-lib', '~> 4.0.1'
15
15
 
16
- s.add_development_dependency 'rspec', '~> 3.0'
16
+ s.add_development_dependency 'rspec', '~> 3.1.0'
17
17
  s.add_development_dependency 'rails', '>= 3.2.11'
18
- s.add_development_dependency 'guard', '~> 2.6.0'
19
- s.add_development_dependency 'guard-rspec', '~> 4.2.8'
18
+ s.add_development_dependency 'guard', '~> 2.10.4'
19
+ s.add_development_dependency 'guard-rspec', '~> 4.5.0'
20
20
  s.add_development_dependency 'rb-fsevent', '>= 0.9.3'
21
- s.add_development_dependency 'redcarpet', '>= 3.1.1'
21
+ s.add_development_dependency 'redcarpet', '>= 3.2.2'
22
22
  s.add_development_dependency 'factory_girl', '~> 4.4'
23
23
  s.add_development_dependency 'hashr','~> 0.0.22'
24
24
  s.author = 'Florian Kasper'
@@ -39,7 +39,6 @@ Gem::Specification.new do |s|
39
39
  README.md
40
40
  Rakefile
41
41
  gemfiles/rails3.gemfile
42
- gemfiles/rails3.gemfile.lock
43
42
  gemfiles/rails3213.gemfile
44
43
  gemfiles/rails4.gemfile
45
44
  gollum_rails.gemspec
data/lib/gollum_rails.rb CHANGED
@@ -45,7 +45,7 @@ module GollumRails
45
45
  autoload :Meta
46
46
 
47
47
  # GollumRails version
48
- VERSION = '1.6.3'
48
+ VERSION = '1.6.4'
49
49
 
50
50
  end
51
51
 
@@ -420,7 +420,7 @@ describe "Gollum Page" do
420
420
  res = Fns.new @call.merge(name: 'test/my_page3')
421
421
  res.save
422
422
  expect(Fns.search('content')).not_to be_empty
423
- expect(Fns.search('content').first[:count]).to be(1)
423
+ expect(Fns.search('content').first[:count].to_i).to be(1)
424
424
  res.destroy
425
425
  end
426
426
  end
data/spec/spec_helper.rb CHANGED
@@ -17,7 +17,7 @@ require File.expand_path('../factories.rb', __FILE__)
17
17
  RSpec.configure do |config|
18
18
  config.include FactoryGirl::Syntax::Methods
19
19
  config.before(:suite) do
20
- FactoryGirl.lint
20
+ #FactoryGirl.lint
21
21
  end
22
22
  config.before(:all) do
23
23
  folder = File.expand_path('../utils/wiki.git',__FILE__)
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.6.3
4
+ version: 1.6.4
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-08-13 00:00:00.000000000 Z
11
+ date: 2014-12-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activemodel
@@ -44,28 +44,28 @@ dependencies:
44
44
  requirements:
45
45
  - - ~>
46
46
  - !ruby/object:Gem::Version
47
- version: 3.0.0
47
+ version: 4.0.1
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: 3.0.0
54
+ version: 4.0.1
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: rspec
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
59
  - - ~>
60
60
  - !ruby/object:Gem::Version
61
- version: '3.0'
61
+ version: 3.1.0
62
62
  type: :development
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - ~>
67
67
  - !ruby/object:Gem::Version
68
- version: '3.0'
68
+ version: 3.1.0
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: rails
71
71
  requirement: !ruby/object:Gem::Requirement
@@ -86,28 +86,28 @@ dependencies:
86
86
  requirements:
87
87
  - - ~>
88
88
  - !ruby/object:Gem::Version
89
- version: 2.6.0
89
+ version: 2.10.4
90
90
  type: :development
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
94
  - - ~>
95
95
  - !ruby/object:Gem::Version
96
- version: 2.6.0
96
+ version: 2.10.4
97
97
  - !ruby/object:Gem::Dependency
98
98
  name: guard-rspec
99
99
  requirement: !ruby/object:Gem::Requirement
100
100
  requirements:
101
101
  - - ~>
102
102
  - !ruby/object:Gem::Version
103
- version: 4.2.8
103
+ version: 4.5.0
104
104
  type: :development
105
105
  prerelease: false
106
106
  version_requirements: !ruby/object:Gem::Requirement
107
107
  requirements:
108
108
  - - ~>
109
109
  - !ruby/object:Gem::Version
110
- version: 4.2.8
110
+ version: 4.5.0
111
111
  - !ruby/object:Gem::Dependency
112
112
  name: rb-fsevent
113
113
  requirement: !ruby/object:Gem::Requirement
@@ -128,14 +128,14 @@ dependencies:
128
128
  requirements:
129
129
  - - ! '>='
130
130
  - !ruby/object:Gem::Version
131
- version: 3.1.1
131
+ version: 3.2.2
132
132
  type: :development
133
133
  prerelease: false
134
134
  version_requirements: !ruby/object:Gem::Requirement
135
135
  requirements:
136
136
  - - ! '>='
137
137
  - !ruby/object:Gem::Version
138
- version: 3.1.1
138
+ version: 3.2.2
139
139
  - !ruby/object:Gem::Dependency
140
140
  name: factory_girl
141
141
  requirement: !ruby/object:Gem::Requirement
@@ -178,7 +178,6 @@ files:
178
178
  - README.md
179
179
  - Rakefile
180
180
  - gemfiles/rails3.gemfile
181
- - gemfiles/rails3.gemfile.lock
182
181
  - gemfiles/rails3213.gemfile
183
182
  - gemfiles/rails4.gemfile
184
183
  - gollum_rails.gemspec
@@ -244,7 +243,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
244
243
  version: '0'
245
244
  requirements: []
246
245
  rubyforge_project: gollum_rails
247
- rubygems_version: 2.3.0
246
+ rubygems_version: 2.4.5
248
247
  signing_key:
249
248
  specification_version: 4
250
249
  summary: Combines Gollum and Rails
@@ -1,235 +0,0 @@
1
- PATH
2
- remote: ../
3
- specs:
4
- gollum_rails (1.6.2)
5
- activemodel (>= 3.2.11)
6
- activesupport (>= 3.2.11)
7
- gollum-lib (~> 3.0.0)
8
-
9
- GEM
10
- remote: https://rubygems.org/
11
- specs:
12
- actionmailer (3.2.19)
13
- actionpack (= 3.2.19)
14
- mail (~> 2.5.4)
15
- actionpack (3.2.19)
16
- activemodel (= 3.2.19)
17
- activesupport (= 3.2.19)
18
- builder (~> 3.0.0)
19
- erubis (~> 2.7.0)
20
- journey (~> 1.0.4)
21
- rack (~> 1.4.5)
22
- rack-cache (~> 1.2)
23
- rack-test (~> 0.6.1)
24
- sprockets (~> 2.2.1)
25
- activemodel (3.2.19)
26
- activesupport (= 3.2.19)
27
- builder (~> 3.0.0)
28
- activerecord (3.2.19)
29
- activemodel (= 3.2.19)
30
- activesupport (= 3.2.19)
31
- arel (~> 3.0.2)
32
- tzinfo (~> 0.3.29)
33
- activeresource (3.2.19)
34
- activemodel (= 3.2.19)
35
- activesupport (= 3.2.19)
36
- activesupport (3.2.19)
37
- i18n (~> 0.6, >= 0.6.4)
38
- multi_json (~> 1.0)
39
- arel (3.0.3)
40
- builder (3.0.4)
41
- celluloid (0.15.2)
42
- timers (~> 1.1.0)
43
- charlock_holmes (0.7.3)
44
- coderay (1.1.0)
45
- coveralls (0.7.0)
46
- multi_json (~> 1.3)
47
- rest-client
48
- simplecov (>= 0.7)
49
- term-ansicolor
50
- thor
51
- diff-lcs (1.2.5)
52
- docile (1.1.5)
53
- erubis (2.7.0)
54
- factory_girl (4.4.0)
55
- activesupport (>= 3.0.0)
56
- ffi (1.9.3)
57
- formatador (0.2.5)
58
- github-markup (1.1.2)
59
- posix-spawn (~> 0.3.8)
60
- gitlab-grit (2.6.10)
61
- charlock_holmes (~> 0.6)
62
- diff-lcs (~> 1.1)
63
- mime-types (~> 1.15)
64
- posix-spawn (~> 0.3)
65
- gollum-lib (3.0.0)
66
- github-markup (~> 1.1.0)
67
- gitlab-grit (~> 2.6.5)
68
- nokogiri (~> 1.6.1)
69
- rouge (~> 1.3.3)
70
- sanitize (~> 2.1.0)
71
- stringex (~> 2.5.1)
72
- guard (2.6.1)
73
- formatador (>= 0.2.4)
74
- listen (~> 2.7)
75
- lumberjack (~> 1.0)
76
- pry (>= 0.9.12)
77
- thor (>= 0.18.1)
78
- guard-rspec (4.2.10)
79
- guard (~> 2.1)
80
- rspec (>= 2.14, < 4.0)
81
- hashr (0.0.22)
82
- hike (1.2.3)
83
- i18n (0.6.11)
84
- journey (1.0.4)
85
- json (1.8.1)
86
- listen (2.7.9)
87
- celluloid (>= 0.15.2)
88
- rb-fsevent (>= 0.9.3)
89
- rb-inotify (>= 0.9)
90
- lumberjack (1.0.9)
91
- mail (2.5.4)
92
- mime-types (~> 1.16)
93
- treetop (~> 1.4.8)
94
- method_source (0.8.2)
95
- mime-types (1.25.1)
96
- mini_portile (0.6.0)
97
- multi_json (1.10.1)
98
- netrc (0.7.7)
99
- nokogiri (1.6.3.1)
100
- mini_portile (= 0.6.0)
101
- polyglot (0.3.5)
102
- posix-spawn (0.3.9)
103
- pry (0.10.0)
104
- coderay (~> 1.1.0)
105
- method_source (~> 0.8.1)
106
- slop (~> 3.4)
107
- rack (1.4.5)
108
- rack-cache (1.2)
109
- rack (>= 0.4)
110
- rack-ssl (1.3.4)
111
- rack
112
- rack-test (0.6.2)
113
- rack (>= 1.0)
114
- rails (3.2.19)
115
- actionmailer (= 3.2.19)
116
- actionpack (= 3.2.19)
117
- activerecord (= 3.2.19)
118
- activeresource (= 3.2.19)
119
- activesupport (= 3.2.19)
120
- bundler (~> 1.0)
121
- railties (= 3.2.19)
122
- railties (3.2.19)
123
- actionpack (= 3.2.19)
124
- activesupport (= 3.2.19)
125
- rack-ssl (~> 1.3.2)
126
- rake (>= 0.8.7)
127
- rdoc (~> 3.4)
128
- thor (>= 0.14.6, < 2.0)
129
- rake (10.3.2)
130
- rb-fsevent (0.9.4)
131
- rb-inotify (0.9.5)
132
- ffi (>= 0.5.0)
133
- rdoc (3.12.2)
134
- json (~> 1.4)
135
- redcarpet (3.1.2)
136
- rest-client (1.7.2)
137
- mime-types (>= 1.16, < 3.0)
138
- netrc (~> 0.7)
139
- rouge (1.3.4)
140
- rspec (3.0.0)
141
- rspec-core (~> 3.0.0)
142
- rspec-expectations (~> 3.0.0)
143
- rspec-mocks (~> 3.0.0)
144
- rspec-core (3.0.3)
145
- rspec-support (~> 3.0.0)
146
- rspec-expectations (3.0.3)
147
- diff-lcs (>= 1.2.0, < 2.0)
148
- rspec-support (~> 3.0.0)
149
- rspec-mocks (3.0.3)
150
- rspec-support (~> 3.0.0)
151
- rspec-support (3.0.3)
152
- sanitize (2.1.0)
153
- nokogiri (>= 1.4.4)
154
- simplecov (0.9.0)
155
- docile (~> 1.1.0)
156
- multi_json
157
- simplecov-html (~> 0.8.0)
158
- simplecov-html (0.8.0)
159
- slop (3.6.0)
160
- sprockets (2.2.2)
161
- hike (~> 1.2)
162
- multi_json (~> 1.0)
163
- rack (~> 1.0)
164
- tilt (~> 1.1, != 1.3.0)
165
- stringex (2.5.2)
166
- term-ansicolor (1.3.0)
167
- tins (~> 1.0)
168
- thor (0.19.1)
169
- tilt (1.4.1)
170
- timers (1.1.0)
171
- tins (1.3.1)
172
- treetop (1.4.15)
173
- polyglot
174
- polyglot
175
- polyglot
176
- polyglot
177
- polyglot
178
- polyglot
179
- polyglot
180
- polyglot
181
- polyglot
182
- polyglot
183
- polyglot
184
- polyglot
185
- polyglot
186
- polyglot
187
- polyglot
188
- polyglot
189
- polyglot
190
- polyglot (>= 0.3.1)
191
- polyglot (>= 0.3.1)
192
- polyglot (>= 0.3.1)
193
- polyglot (>= 0.3.1)
194
- polyglot (>= 0.3.1)
195
- polyglot (>= 0.3.1)
196
- polyglot (>= 0.3.1)
197
- polyglot (>= 0.3.1)
198
- polyglot (>= 0.3.1)
199
- polyglot (>= 0.3.1)
200
- polyglot (>= 0.3.1)
201
- polyglot (>= 0.3.1)
202
- polyglot (>= 0.3.1)
203
- polyglot (>= 0.3.1)
204
- polyglot (>= 0.3.1)
205
- polyglot (>= 0.3.1)
206
- polyglot (>= 0.3.1)
207
- polyglot (>= 0.3.1)
208
- polyglot (>= 0.3.1)
209
- polyglot (>= 0.3.1)
210
- polyglot (>= 0.3.1)
211
- polyglot (>= 0.3.1)
212
- polyglot (>= 0.3.1)
213
- polyglot (>= 0.3.1)
214
- polyglot (>= 0.3.1)
215
- polyglot (>= 0.3.1)
216
- polyglot (>= 0.3.1)
217
- polyglot (>= 0.3.1)
218
- polyglot (>= 0.3.1)
219
- polyglot (>= 0.3.1)
220
- tzinfo (0.3.41)
221
-
222
- PLATFORMS
223
- ruby
224
-
225
- DEPENDENCIES
226
- coveralls
227
- factory_girl (~> 4.4)
228
- gollum_rails!
229
- guard (~> 2.6.0)
230
- guard-rspec (~> 4.2.8)
231
- hashr (~> 0.0.22)
232
- rails (~> 3.2.18)
233
- rb-fsevent (>= 0.9.3)
234
- redcarpet (>= 3.1.1)
235
- rspec (~> 3.0)