mocoso-snapurl 0.0.3-universal-darwin → 0.0.4-universal-darwin

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -31,10 +31,7 @@ This is a Ruby/RubyCocoa port of the webkit2png.py script by Paul Hammond
31
31
 
32
32
  == BUILD AND INSTALL:
33
33
 
34
- * sudo rake install_cocoa
35
- * rake gemspec
36
- * rake build
37
- * rake install
34
+ * rake gemspec build install
38
35
 
39
36
  == LICENSE:
40
37
 
data/Rakefile CHANGED
@@ -28,17 +28,4 @@ task :clean do
28
28
  sh "rm -rf tmp"
29
29
  end
30
30
 
31
- desc "Installs RubyCocoa (you only need to do this once)"
32
- task :install_cocoa => :clean do
33
- fail "RubyCocoa might not work for Ruby version > 1.8.7, you are using version #{RUBY_VERSION}" unless RUBY_VERSION <= "1.8.7"
34
- RUBYCOCOA = "RubyCocoa-0.13.2"
35
- sh "mkdir -p tmp && tar zxf thirdparty/#{RUBYCOCOA}.tgz -C tmp"
36
- Dir.chdir("tmp/#{RUBYCOCOA}") do
37
- sh "ruby install.rb config"
38
- sh "ruby install.rb setup"
39
- sh "ruby install.rb install"
40
- end
41
- end
42
-
43
-
44
31
  # vim: syntax=Ruby
@@ -1,4 +1,4 @@
1
1
  ---
2
- :patch: 3
2
+ :patch: 4
3
3
  :major: 0
4
4
  :minor: 0
@@ -20,7 +20,7 @@ OSX.require_framework 'WebKit'
20
20
  require 'core/camera'
21
21
  require 'core/application'
22
22
 
23
- Version = "0.0.3"
23
+ Version = "0.0.4"
24
24
  Release = "alpha"
25
25
 
26
26
  module SnapUrl
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mocoso-snapurl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: universal-darwin
6
6
  authors:
7
7
  - Juris Galang
@@ -35,7 +35,6 @@ files:
35
35
  - lib/core/camera.rb
36
36
  - lib/snapurl.rb
37
37
  - test/test_snapurl.rb
38
- - thirdparty/RubyCocoa-0.13.2.tgz
39
38
  has_rdoc: true
40
39
  homepage:
41
40
  licenses: []