ecm_pictures 0.0.14 → 0.0.15

Sign up to get free protection for your applications and to get access to all the features.
data/README.rdoc CHANGED
@@ -35,6 +35,13 @@ You can administrate your pictures and picture galleries in active admin.
35
35
  Once you have a gallery, you can display it like this:
36
36
 
37
37
  <%= render_picture_gallery 'Holidays 2012' %>
38
+
39
+ = Todo
40
+
41
+ * Tests, tests, tests.
42
+ * Better docs.
43
+ * Render picture helpers.
44
+ * Add a published flag to galleries and pictures.
38
45
 
39
46
  = License
40
47
 
@@ -1,5 +1,5 @@
1
1
  module Ecm
2
2
  module Pictures
3
- VERSION = "0.0.14"
3
+ VERSION = "0.0.15"
4
4
  end
5
5
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: ecm_pictures
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.14
5
+ version: 0.0.15
6
6
  platform: ruby
7
7
  authors:
8
8
  - Roberto Vasquez Angel