redlumxn-forem 0.0.1 → 0.0.2
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.
- data/Gemfile.lock +1 -1
- data/forem.gemspec +1 -1
- data/lib/forem/version.rb +1 -1
- metadata +4 -4
data/Gemfile.lock
CHANGED
data/forem.gemspec
CHANGED
|
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
|
|
|
9
9
|
s.version = Forem::VERSION
|
|
10
10
|
s.authors = ["redlumxn"]
|
|
11
11
|
s.email = ["rmartinezayala@gmail.com"]
|
|
12
|
-
s.homepage = "https://github.com/redlumxn"
|
|
12
|
+
s.homepage = "https://github.com/redlumxn/forem"
|
|
13
13
|
s.summary = "Forem engine from Rails in Action book."
|
|
14
14
|
s.description = "Forums engine."
|
|
15
15
|
|
data/lib/forem/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: redlumxn-forem
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -189,7 +189,7 @@ files:
|
|
|
189
189
|
- spec/support/capybara.rb
|
|
190
190
|
- spec/support/dummy_login.rb
|
|
191
191
|
- spec/support/load_routes.rb
|
|
192
|
-
homepage: https://github.com/redlumxn
|
|
192
|
+
homepage: https://github.com/redlumxn/forem
|
|
193
193
|
licenses: []
|
|
194
194
|
post_install_message:
|
|
195
195
|
rdoc_options: []
|
|
@@ -203,7 +203,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
203
203
|
version: '0'
|
|
204
204
|
segments:
|
|
205
205
|
- 0
|
|
206
|
-
hash:
|
|
206
|
+
hash: 43854525
|
|
207
207
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
208
208
|
none: false
|
|
209
209
|
requirements:
|
|
@@ -212,7 +212,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
212
212
|
version: '0'
|
|
213
213
|
segments:
|
|
214
214
|
- 0
|
|
215
|
-
hash:
|
|
215
|
+
hash: 43854525
|
|
216
216
|
requirements: []
|
|
217
217
|
rubyforge_project:
|
|
218
218
|
rubygems_version: 1.8.24
|