redditor 0.1.16 → 0.1.17

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: cdcb22ae5a2179e0da13dfaab04136de507359fd
4
- data.tar.gz: 5cfdb74a8003abea123a01e7b0f3f40cd5d9214d
3
+ metadata.gz: c4ae14e2a2f41dfb954752bb69cab41e5d882164
4
+ data.tar.gz: cc189e376b7806adce607bc451d3493c36af8f1b
5
5
  SHA512:
6
- metadata.gz: 96fea50d43fead870b17bbd59dcebdb06e05c68349293d0edd5ac55fb8ee1b81007af640de2524b4641797ab8e414c16f315b042b989db92120b825abca93d91
7
- data.tar.gz: 687c603cb2387016e617ab8d855b63b9ce37642574489939a4ed14f73a945d439ea670e7ac19ccbca36d35979f93f78492a67365df2f4f463b65687269fd750a
6
+ metadata.gz: 4008281d9c701ef6b8153d42667eb0eb5a5bd36ae754e2d6a02c2116f79d88db9b67e0b3db242006f3ce43a2efbfdd89b7eb917b630e92ec53cd93e0b1461e43
7
+ data.tar.gz: a945fd34fd0d7685e33e34b5d81898f7a2596b04e9f2230c7bc8ae937eaa183f91314fbe11399e29a28464e454d2a042cea5621f6a72feb031ddfa957b709f37
@@ -18,4 +18,10 @@ en:
18
18
  image: Image
19
19
  video: Video
20
20
  slider: Slider
21
- text: Text
21
+ text: Text
22
+
23
+ activerecord:
24
+ attributes:
25
+ video_block:
26
+ height: Video's height
27
+ width: Video's width
@@ -1,3 +1,3 @@
1
1
  module Redditor
2
- VERSION = "0.1.16"
2
+ VERSION = "0.1.17"
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.16
4
+ version: 0.1.17
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: 2014-03-26 00:00:00.000000000 Z
12
+ date: 2014-05-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -127,8 +127,7 @@ description: Advanced page editor from redde
127
127
  email:
128
128
  - oleg.bovykin@gmail.com
129
129
  - konstantin.gorozhankin@gmail.com
130
- executables:
131
- - rails
130
+ executables: []
132
131
  extensions: []
133
132
  extra_rdoc_files: []
134
133
  files:
@@ -199,7 +198,6 @@ files:
199
198
  - app/views/redditor/slider_blocks/_slider_block_image.html.haml
200
199
  - app/views/redditor/text_blocks/_text_block.html.haml
201
200
  - app/views/redditor/video_blocks/_video_block.html.haml
202
- - bin/rails
203
201
  - config/locales/redditor.en.yml
204
202
  - config/locales/redditor.ru.yml
205
203
  - config/routes.rb
@@ -310,7 +308,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
310
308
  version: '0'
311
309
  requirements: []
312
310
  rubyforge_project:
313
- rubygems_version: 2.0.3
311
+ rubygems_version: 2.2.2
314
312
  signing_key:
315
313
  specification_version: 4
316
314
  summary: Page editor
data/bin/rails DELETED
@@ -1,8 +0,0 @@
1
- #!/usr/bin/env ruby
2
- # This command will automatically be run when you run "rails" with Rails 4 gems installed from the root of your application.
3
-
4
- ENGINE_ROOT = File.expand_path('../..', __FILE__)
5
- ENGINE_PATH = File.expand_path('../../lib/redditor/engine', __FILE__)
6
-
7
- require 'rails/all'
8
- require 'rails/engine/commands'