cadmus 0.4.7 → 0.4.8

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## cadmus 0.4.8 (07-16-2013)
2
+
3
+ * Add license info to gemspec
4
+
1
5
  ## cadmus 0.4.7 (07-15-2013)
2
6
 
3
7
  * Bugfix: don't try to use the parameters in the new action. This prevents us from raising errors unnecessarily for required params in Rails 4.
data/cadmus.gemspec CHANGED
@@ -7,6 +7,7 @@ Gem::Specification.new do |gem|
7
7
  gem.description = %q{Why deal with setting up a separate CMS? Cadmus is just a little bit of CMS and fits nicely into your existing app. It can be used for allowing users to customize areas of the site, for creating editable "about us" pages, and more.}
8
8
  gem.summary = %q{Embeddable CMS for Rails 3 apps}
9
9
  gem.homepage = "http://github.com/gively/cadmus"
10
+ gem.license = "MIT"
10
11
 
11
12
  gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
12
13
  gem.files = `git ls-files`.split("\n")
@@ -1,3 +1,3 @@
1
1
  module Cadmus
2
- VERSION = "0.4.7"
2
+ VERSION = "0.4.8"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: cadmus
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.4.7
5
+ version: 0.4.8
6
6
  platform: ruby
7
7
  authors:
8
8
  - Nat Budin
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2013-07-15 00:00:00.000000000 Z
13
+ date: 2013-07-16 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  version_requirements: !ruby/object:Gem::Requirement
@@ -78,7 +78,8 @@ files:
78
78
  - lib/cadmus/version.rb
79
79
  - lib/generators/cadmus/views_generator.rb
80
80
  homepage: http://github.com/gively/cadmus
81
- licenses: []
81
+ licenses:
82
+ - MIT
82
83
  post_install_message:
83
84
  rdoc_options: []
84
85
  require_paths: