redditor 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 829f506038753ab133e90135b974743b92c3aba9
4
- data.tar.gz: 988a2c070469880398d33b3ac7566516b821141d
3
+ metadata.gz: 2729e236200957707e423cc0d8f8bd68bd721b64
4
+ data.tar.gz: 101909da4359ad3216c2638aa8d92fc14a8a69b3
5
5
  SHA512:
6
- metadata.gz: 2d503892c69fab5581b2426a696863bf8e69c59c190cd80b58f5745be93171288d05450a165f72efa1295c0030fd25df0e6991c1a03a8a86a12561e2da8b8840
7
- data.tar.gz: 53164c9a8dda0c2b38b64d5945216b2c506ff59b721e5aa1f2cde633aac6e67bd1c1c8bfdf007c225764cfb797000cd23e712a568f74cc87c27bcdbc8646445d
6
+ metadata.gz: 17714ffca161e2503772344428fe086af64b5080a2d6ce4895e64a88564057d6c47d69f7bfd83590d880d81bc4de9a343a5b9d4db8b5ccb3e7a28aa464f089d8
7
+ data.tar.gz: 0b9ddc5ec37be02a576cfad4e6c7f1e144c542276989997a1ee4f5dbd53c05ab67ae193c05d7042bbd33295d99dafb46d13fca8eef330321a85fb93b1e9df02c
data/.travis.yml CHANGED
@@ -1,8 +1,10 @@
1
1
  script: bundle exec rspec
2
2
  language: ruby
3
+ notifications:
4
+ email: false
3
5
  rvm:
4
6
  - 1.9.3
5
7
  - 2.0.0
6
8
  before_script:
7
9
  - "rake db:create RAILS_ENV=test"
8
- - "rake db:migrate RAILS_ENV=test"
10
+ - "rake db:migrate RAILS_ENV=test"
@@ -0,0 +1,3 @@
1
+ <li id="image_<%= image.id %>">
2
+ <%= image_tag image.src.url, alt: image.description %>
3
+ </li>
@@ -1,3 +1,3 @@
1
1
  module Redditor
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: redditor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oleg Bovykin
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-10-07 00:00:00.000000000 Z
12
+ date: 2013-10-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -300,6 +300,7 @@ files:
300
300
  - app/views/redditor/admin/pages/new.js.erb
301
301
  - app/views/redditor/admin/pages/slider_block_image.js.coffee
302
302
  - app/views/redditor/admin/pages/wrapper.js.coffee
303
+ - app/views/redditor/image/_image.html.haml
303
304
  - app/views/redditor/pages/_page.html.haml
304
305
  - app/views/redditor/slider_blocks/_slider_block.html.haml
305
306
  - app/views/redditor/slider_blocks/_slider_block_image.html.erb