comfy-admin-constructor 0.1.2 → 0.1.3

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.
@@ -4,9 +4,9 @@ require File.expand_path('../lib/comfy-admin-constructor/version', __FILE__)
4
4
  Gem::Specification.new do |gem|
5
5
  gem.authors = ["Brian Gilham"]
6
6
  gem.email = ["me@briangilham.com"]
7
- gem.description = "Generate a new CMS admin section by providing a model name, along with attributes."
8
- gem.summary = "Comfy Admin Constructor - Create CMS admin sections in one line"
9
- gem.homepage = "http://www.theworkinggroup.ca"
7
+ gem.description = "Generate a new CMS admin section by providing a model name, along with attributes. ***NOT READY FOR USE***"
8
+ gem.summary = "Comfy Admin Constructor - Create CMS admin sections in one line ***NOT READY FOR USE***"
9
+ gem.homepage = "https://github.com/bgilham/comfy-admin-constructor"
10
10
 
11
11
  gem.files = `git ls-files`.split($\)
12
12
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
@@ -1,7 +1,7 @@
1
1
  module Comfy
2
2
  module Admin
3
3
  module Constructor
4
- VERSION = "0.1.2"
4
+ VERSION = "0.1.3"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: comfy-admin-constructor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -12,7 +12,7 @@ cert_chain: []
12
12
  date: 2012-07-21 00:00:00.000000000Z
13
13
  dependencies: []
14
14
  description: Generate a new CMS admin section by providing a model name, along with
15
- attributes.
15
+ attributes. ***NOT READY FOR USE***
16
16
  email:
17
17
  - me@briangilham.com
18
18
  executables: []
@@ -44,7 +44,7 @@ files:
44
44
  - lib/generators/cms_admin/templates/views/edit.html.haml
45
45
  - lib/generators/cms_admin/templates/views/index.html.haml
46
46
  - lib/generators/cms_admin/templates/views/new.html.haml
47
- homepage: http://www.theworkinggroup.ca
47
+ homepage: https://github.com/bgilham/comfy-admin-constructor
48
48
  licenses: []
49
49
  post_install_message:
50
50
  rdoc_options: []
@@ -67,5 +67,6 @@ rubyforge_project:
67
67
  rubygems_version: 1.8.17
68
68
  signing_key:
69
69
  specification_version: 3
70
- summary: Comfy Admin Constructor - Create CMS admin sections in one line
70
+ summary: Comfy Admin Constructor - Create CMS admin sections in one line ***NOT READY
71
+ FOR USE***
71
72
  test_files: []