refinerycms-vimeo-videos 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -32,8 +32,8 @@ module Admin
32
32
  :username => RefinerySetting.find_or_set(:vimeo_username, :value => "Username"),
33
33
  :consumer_key => RefinerySetting.find_or_set(:vimeo_consumer_key, :value => "Consumer Key"),
34
34
  :consumer_secret => RefinerySetting.find_or_set(:vimeo_consumer_secret, :value => "Consumer Secret"),
35
- :token => RefinerySetting.find_or_set(:vimeo_token, :value => 'Token').value,
36
- :secret => RefinerySetting.find_or_set(:vimeo_secret, :value => 'Secret').value}
35
+ :token => RefinerySetting.find_or_set(:vimeo_token, :value => 'Token'),
36
+ :secret => RefinerySetting.find_or_set(:vimeo_secret, :value => 'Secret')}
37
37
  end
38
38
 
39
39
  end
@@ -1,3 +1,3 @@
1
1
  module RefinerycmsVimeoVideos
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
6
6
  s.name = %q{refinerycms-vimeo-videos}
7
7
  s.version = RefinerycmsVimeoVideos::VERSION
8
8
  s.description = 'Ruby on Rails Vimeo Videos engine for Refinery CMS'
9
- s.date = %q{2011-04-20}
9
+ s.date = %q{2011-04-21}
10
10
  s.summary = 'Vimeo Videos engine for Refinery CMS'
11
11
  s.email = %q{mail@bitflut.com}
12
12
  s.homepage = %q{http://bitflut.com}
@@ -73,6 +73,7 @@ Gem::Specification.new do |s|
73
73
  'lib/refinerycms_vimeo_videos/version.rb',
74
74
  'lib/tasks',
75
75
  'lib/tasks/vimeo_videos.rake',
76
+ 'pkg',
76
77
  'public',
77
78
  'public/javascripts',
78
79
  'public/javascripts/refinery',
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: refinerycms-vimeo-videos
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.3
5
+ version: 0.1.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - Marian Andre
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-04-20 00:00:00 +02:00
13
+ date: 2011-04-21 00:00:00 +02:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency