brightcontent 2.0.0.alpha2 → 2.0.0.alpha3

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION ADDED
@@ -0,0 +1 @@
1
+ 2.0.0.alpha3
@@ -1,11 +1,11 @@
1
1
  $:.push File.expand_path("../lib", __FILE__)
2
2
  $:.push File.expand_path("..", __FILE__)
3
3
 
4
- require "core/lib/brightcontent/core/version"
4
+ version = File.read(File.expand_path("../VERSION",__FILE__)).strip
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "brightcontent"
8
- s.version = Brightcontent::Core::VERSION
8
+ s.version = version
9
9
  s.email = "developers@brightin.nl"
10
10
  s.homepage = "http://brightin.nl"
11
11
  s.summary = "Brightcontent gem"
@@ -16,6 +16,6 @@ Gem::Specification.new do |s|
16
16
  s.test_files = `git ls-files -- spec/*`.split("\n")
17
17
  s.require_paths = ["lib"]
18
18
 
19
- s.add_dependency "brightcontent-core"
20
- s.add_dependency "brightcontent-pages"
19
+ s.add_dependency "brightcontent-core", version
20
+ s.add_dependency "brightcontent-pages", version
21
21
  end
data/core/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"
data/pages/Gemfile.lock CHANGED
@@ -1,14 +1,14 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- brightcontent-pages (0.0.1)
4
+ brightcontent-pages (2.0.0.alpha3)
5
5
  awesome_nested_set
6
- brightcontent-core
6
+ brightcontent-core (= 2.0.0.alpha3)
7
7
 
8
8
  PATH
9
9
  remote: ../core
10
10
  specs:
11
- brightcontent-core (2.0.0.alpha2)
11
+ brightcontent-core (2.0.0.alpha3)
12
12
  bcrypt-ruby
13
13
  bootstrap-wysihtml5-rails
14
14
  inherited_resources
@@ -1,10 +1,10 @@
1
1
  $:.push File.expand_path("../lib", __FILE__)
2
2
 
3
- require "brightcontent/pages/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-pages"
7
- s.version = Brightcontent::Pages::VERSION
7
+ s.version = version
8
8
  s.email = "developers@brightin.nl"
9
9
  s.homepage = "http://brightin.nl"
10
10
  s.summary = "Pages resource for brightcontent"
@@ -15,7 +15,7 @@ Gem::Specification.new do |s|
15
15
  s.test_files = `git ls-files -- spec/*`.split("\n")
16
16
  s.require_paths = ["lib"]
17
17
 
18
- s.add_dependency "brightcontent-core"
18
+ s.add_dependency "brightcontent-core", version
19
19
  s.add_dependency "awesome_nested_set"
20
20
 
21
21
  s.add_development_dependency "sqlite3"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brightcontent
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:
@@ -16,33 +16,33 @@ dependencies:
16
16
  requirement: !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
- - - ! '>='
19
+ - - '='
20
20
  - !ruby/object:Gem::Version
21
- version: '0'
21
+ version: 2.0.0.alpha3
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
25
25
  none: false
26
26
  requirements:
27
- - - ! '>='
27
+ - - '='
28
28
  - !ruby/object:Gem::Version
29
- version: '0'
29
+ version: 2.0.0.alpha3
30
30
  - !ruby/object:Gem::Dependency
31
31
  name: brightcontent-pages
32
32
  requirement: !ruby/object:Gem::Requirement
33
33
  none: false
34
34
  requirements:
35
- - - ! '>='
35
+ - - '='
36
36
  - !ruby/object:Gem::Version
37
- version: '0'
37
+ version: 2.0.0.alpha3
38
38
  type: :runtime
39
39
  prerelease: false
40
40
  version_requirements: !ruby/object:Gem::Requirement
41
41
  none: false
42
42
  requirements:
43
- - - ! '>='
43
+ - - '='
44
44
  - !ruby/object:Gem::Version
45
- version: '0'
45
+ version: 2.0.0.alpha3
46
46
  description: Brightcontent, yet another Rails CMS / admin panel
47
47
  email: developers@brightin.nl
48
48
  executables: []
@@ -53,6 +53,7 @@ files:
53
53
  - MIT-LICENSE
54
54
  - README.md
55
55
  - Rakefile
56
+ - VERSION
56
57
  - brightcontent.gemspec
57
58
  - core/.gitignore
58
59
  - core/Gemfile
@@ -97,7 +98,6 @@ files:
97
98
  - core/db/migrate/20121206121725_create_brightcontent_admin_users.rb
98
99
  - core/lib/brightcontent-core.rb
99
100
  - core/lib/brightcontent/core.rb
100
- - core/lib/brightcontent/core/version.rb
101
101
  - core/lib/brightcontent/default_actions.rb
102
102
  - core/lib/brightcontent/engine.rb
103
103
  - core/lib/brightcontent/pagination.rb
@@ -178,7 +178,6 @@ files:
178
178
  - pages/lib/brightcontent/pages.rb
179
179
  - pages/lib/brightcontent/pages/engine.rb
180
180
  - pages/lib/brightcontent/pages/methods.rb
181
- - pages/lib/brightcontent/pages/version.rb
182
181
  - pages/lib/generators/brightcontent/pages/install_generator.rb
183
182
  - pages/script/rails
184
183
  - pages/spec/dummy/README.rdoc
@@ -1,5 +0,0 @@
1
- module Brightcontent
2
- module Core
3
- VERSION = "2.0.0.alpha2"
4
- end
5
- end
@@ -1,5 +0,0 @@
1
- module Brightcontent
2
- module Pages
3
- VERSION = "0.0.1"
4
- end
5
- end