redlumxn-forem 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- redlumxn-forem (0.0.1)
4
+ redlumxn-forem (0.0.2)
5
5
  rails (~> 3.2.12)
6
6
 
7
7
  GEM
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
@@ -1,3 +1,3 @@
1
1
  module Forem
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
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.1
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: -808264525
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: -808264525
215
+ hash: 43854525
216
216
  requirements: []
217
217
  rubyforge_project:
218
218
  rubygems_version: 1.8.24