populate-me 0.0.0 → 0.0.1

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.
@@ -35,7 +35,7 @@ module PopulateMe
35
35
  def index(class_name=nil, id=nil)
36
36
  if class_name.nil?
37
37
  @r.env['erb.location'] = DIR+'/views/'
38
- erb :layout
38
+ erb :populate_me_layout
39
39
  else
40
40
  http_method = @r.request_method.downcase
41
41
  if ['post','put','delete'].include?(http_method)
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'populate-me'
3
- s.version = "0.0.0"
3
+ s.version = "0.0.1"
4
4
  s.platform = Gem::Platform::RUBY
5
5
  s.summary = "ALPHA !!! Populate Me is relatively complete but simple CMS"
6
6
  s.description = "ALPHA !!! Populate Me is relatively complete but simple CMS. It includes a Rack middleware for putting in your Rack stack, and a bespoke MongoDB ODM. But Populate Me is not really finished yet."
@@ -11,4 +11,4 @@ Gem::Specification.new do |s|
11
11
  s.homepage = "https://github.com/mig-hub/populate-me"
12
12
  s.add_dependency('rack-golem')
13
13
  s.add_dependency('json')
14
- end
14
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: populate-me
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-07-05 00:00:00.000000000 Z
12
+ date: 2012-07-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rack-golem
@@ -85,7 +85,7 @@ files:
85
85
  - lib/populate_me/control/_public/js/plugin.form.js
86
86
  - lib/populate_me/control/_public/js/plugin.quicksearch.js
87
87
  - lib/populate_me/control/_public/js/plugin.underwood.js
88
- - lib/populate_me/control/views/layout.erb
88
+ - lib/populate_me/control/views/populate_me_layout.erb
89
89
  - lib/populate_me/mongo.rb
90
90
  - lib/populate_me/mongo/backend_api_plug.rb
91
91
  - lib/populate_me/mongo/crushyform.rb