brightcontent-core 2.0.0.alpha2 → 2.0.0.alpha3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- brightcontent-core (2.0.0.alpha2)
4
+ brightcontent-core (2.0.0.alpha3)
5
5
  bcrypt-ruby
6
6
  bootstrap-wysihtml5-rails
7
7
  inherited_resources
@@ -1,10 +1,10 @@
1
1
  $:.push File.expand_path("../lib", __FILE__)
2
2
 
3
- require "brightcontent/core/version"
3
+ version = File.read(File.expand_path("../../VERSION",__FILE__)).strip
4
4
 
5
5
  Gem::Specification.new do |s|
6
6
  s.name = "brightcontent-core"
7
- s.version = Brightcontent::Core::VERSION
7
+ s.version = version
8
8
  s.email = "developers@brightin.nl"
9
9
  s.homepage = "http://brightin.nl"
10
10
  s.summary = "Brightcontent core"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brightcontent-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0.alpha2
4
+ version: 2.0.0.alpha3
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors:
@@ -252,7 +252,6 @@ files:
252
252
  - db/migrate/20121206121725_create_brightcontent_admin_users.rb
253
253
  - lib/brightcontent-core.rb
254
254
  - lib/brightcontent/core.rb
255
- - lib/brightcontent/core/version.rb
256
255
  - lib/brightcontent/default_actions.rb
257
256
  - lib/brightcontent/engine.rb
258
257
  - lib/brightcontent/pagination.rb
@@ -325,7 +324,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
325
324
  version: '0'
326
325
  segments:
327
326
  - 0
328
- hash: -4540201092329045641
327
+ hash: -4313744224514948408
329
328
  required_rubygems_version: !ruby/object:Gem::Requirement
330
329
  none: false
331
330
  requirements:
@@ -1,5 +0,0 @@
1
- module Brightcontent
2
- module Core
3
- VERSION = "2.0.0.alpha2"
4
- end
5
- end