rubymine2xcode-theme 0.0.1 → 0.0.2

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/bin/rubymine2xcode CHANGED
@@ -5,8 +5,6 @@
5
5
  # This program converts a rubymine colour theme into an xcode theme
6
6
  #
7
7
 
8
- puts "ruby is: #{RUBY_VERSION}"
9
-
10
8
  require 'optparse'
11
9
 
12
10
  # ensure our lib dir is in the load path
@@ -35,7 +33,7 @@ END
35
33
  $overwrite = true
36
34
  end
37
35
 
38
- opts.on_tail("-h", "--help", "Show this message") do
36
+ opts.on_tail("-h", "--help", "Show this message") do
39
37
  puts opts
40
38
  exit(0)
41
39
  end
@@ -67,7 +65,6 @@ begin
67
65
  FileUtils.mkpath File.expand_path(OUTPUT_DIRECTORY)
68
66
 
69
67
 
70
-
71
68
  # get output filename
72
69
  ext = File.extname(ARGV[0])
73
70
  output_name = File.basename(ARGV[0])
@@ -1,3 +1,3 @@
1
1
  module Rubymine2Xcode
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubymine2xcode-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-04-04 00:00:00.000000000 Z
12
+ date: 2012-04-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: plist
16
- requirement: &70204215263040 !ruby/object:Gem::Requirement
16
+ requirement: &70242819091400 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: '0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70204215263040
24
+ version_requirements: *70242819091400
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: rspec
27
- requirement: &70204215262620 !ruby/object:Gem::Requirement
27
+ requirement: &70242819089180 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ! '>='
@@ -32,7 +32,7 @@ dependencies:
32
32
  version: '0'
33
33
  type: :development
34
34
  prerelease: false
35
- version_requirements: *70204215262620
35
+ version_requirements: *70242819089180
36
36
  description: A tool for converting Rubymine XML theme files into Xcode theme files
37
37
  email:
38
38
  - matt.connolly@me.com