copy_tuner_client 0.1.1.beta12 → 0.1.1.beta13
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +1 -1
- data/app/assets/javascripts/copyray.js.coffee +1 -1
- data/lib/copy_tuner_client/version.rb +1 -1
- metadata +3 -3
data/Gemfile.lock
CHANGED
@@ -64,7 +64,7 @@ Copyray.findBlurbs = -> util.bm 'findBlurbs', ->
|
|
64
64
|
|
65
65
|
# Open the given filesystem path by calling out to Copyray's server.
|
66
66
|
Copyray.open = (url) ->
|
67
|
-
window.open(url, null, 'width=700, height=
|
67
|
+
window.open(url, null, 'width=700, height=600')
|
68
68
|
|
69
69
|
# Show the Copyray overlay
|
70
70
|
Copyray.show = (type = null) ->
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: copy_tuner_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.1.
|
4
|
+
version: 0.1.1.beta13
|
5
5
|
prerelease: 6
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2014-11-
|
12
|
+
date: 2014-11-17 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: i18n
|
@@ -349,7 +349,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
349
349
|
version: '0'
|
350
350
|
segments:
|
351
351
|
- 0
|
352
|
-
hash:
|
352
|
+
hash: 232727728491979424
|
353
353
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
354
354
|
none: false
|
355
355
|
requirements:
|