pulitzer 0.4.0 → 0.4.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.
- checksums.yaml +4 -4
- data/app/assets/stylesheets/pulitzer.scss +12 -0
- data/app/models/pulitzer/partial.rb +1 -1
- data/app/models/pulitzer/post.rb +1 -1
- data/app/models/pulitzer/version.rb +0 -4
- data/app/views/pulitzer/content_elements/_show_wrapper.html.erb +1 -5
- data/app/views/pulitzer/post_types/_form_fields.html.erb +1 -1
- data/app/views/pulitzer/post_types/_show.html.erb +11 -9
- data/lib/pulitzer/version.rb +1 -1
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/log/test.log +1210 -0
- data/spec/dummy/public/uploads/tmp/1463674504-87519-0889/cms_sam_and_snow.jpg +0 -0
- data/spec/dummy/public/uploads/tmp/1463674504-87519-0889/sam_and_snow.jpg +0 -0
- data/spec/dummy/public/uploads/tmp/1463674504-87519-0889/thumb_sam_and_snow.jpg +0 -0
- metadata +8 -2
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pulitzer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Eric Draut
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2016-05-
|
12
|
+
date: 2016-05-19 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -808,6 +808,9 @@ files:
|
|
808
808
|
- spec/dummy/public/uploads/tmp/1463607059-57999-0085/cms_sam_and_snow.jpg
|
809
809
|
- spec/dummy/public/uploads/tmp/1463607059-57999-0085/sam_and_snow.jpg
|
810
810
|
- spec/dummy/public/uploads/tmp/1463607059-57999-0085/thumb_sam_and_snow.jpg
|
811
|
+
- spec/dummy/public/uploads/tmp/1463674504-87519-0889/cms_sam_and_snow.jpg
|
812
|
+
- spec/dummy/public/uploads/tmp/1463674504-87519-0889/sam_and_snow.jpg
|
813
|
+
- spec/dummy/public/uploads/tmp/1463674504-87519-0889/thumb_sam_and_snow.jpg
|
811
814
|
- spec/factories/content_element.rb
|
812
815
|
- spec/factories/content_element_type.rb
|
813
816
|
- spec/factories/post.rb
|
@@ -1084,6 +1087,9 @@ test_files:
|
|
1084
1087
|
- spec/dummy/public/uploads/tmp/1463607059-57999-0085/cms_sam_and_snow.jpg
|
1085
1088
|
- spec/dummy/public/uploads/tmp/1463607059-57999-0085/sam_and_snow.jpg
|
1086
1089
|
- spec/dummy/public/uploads/tmp/1463607059-57999-0085/thumb_sam_and_snow.jpg
|
1090
|
+
- spec/dummy/public/uploads/tmp/1463674504-87519-0889/cms_sam_and_snow.jpg
|
1091
|
+
- spec/dummy/public/uploads/tmp/1463674504-87519-0889/sam_and_snow.jpg
|
1092
|
+
- spec/dummy/public/uploads/tmp/1463674504-87519-0889/thumb_sam_and_snow.jpg
|
1087
1093
|
- spec/dummy/Rakefile
|
1088
1094
|
- spec/dummy/README.rdoc
|
1089
1095
|
- spec/factories/content_element.rb
|