plate 0.7.4 → 0.7.5

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.
Files changed (4) hide show
  1. data/CHANGELOG.md +5 -0
  2. data/README.md +0 -2
  3. data/lib/plate/version.rb +1 -1
  4. metadata +2 -2
@@ -1,3 +1,8 @@
1
+ ## Plate 0.7.5
2
+
3
+ * Gem updates
4
+ * Additional tests for importing css files within assets/ directory
5
+
1
6
  ## Plate 0.7.4
2
7
 
3
8
  * Gem dependency updates
data/README.md CHANGED
@@ -8,8 +8,6 @@ In addition to basic formatting with Markdown, Plate also supports generating mo
8
8
 
9
9
  Plate is a command line utility installed as a Ruby Gem. Installation requires Ruby 1.8.7, 1.9.2 or 1.9.3.
10
10
 
11
- Current version is **0.7.3**
12
-
13
11
  ## Installation
14
12
 
15
13
  gem install plate
@@ -1,3 +1,3 @@
1
1
  module Plate
2
- VERSION = "0.7.4" unless defined?(::Plate::VERSION)
2
+ VERSION = "0.7.5" unless defined?(::Plate::VERSION)
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: plate
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.4
4
+ version: 0.7.5
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-12-09 00:00:00.000000000 Z
12
+ date: 2012-12-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport