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.
- data/README.rdoc +1 -4
- data/Rakefile +0 -13
- data/VERSION.yml +1 -1
- data/lib/snapurl.rb +1 -1
- metadata +1 -2
- data/thirdparty/RubyCocoa-0.13.2.tgz +0 -0
data/README.rdoc
CHANGED
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
|
data/VERSION.yml
CHANGED
data/lib/snapurl.rb
CHANGED
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.
|
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: []
|
Binary file
|