ruco 0.2.4 → 0.2.5

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile CHANGED
@@ -1,7 +1,7 @@
1
1
  source :rubygems
2
2
 
3
3
  gem 'clipboard', '>=0.9.8'
4
- gem 'textpow1x', '>=1.2' #, :path => '../textpow'
4
+ gem 'textpow1x', '>=1.2.1' #, :path => '../textpow'
5
5
  gem 'language_sniffer'
6
6
 
7
7
  group :dev do # not development <-> would add unneeded development dependencies in gemspec
data/Gemfile.lock CHANGED
@@ -20,7 +20,7 @@ GEM
20
20
  rspec-expectations (2.6.0)
21
21
  diff-lcs (~> 1.1.2)
22
22
  rspec-mocks (2.6.0)
23
- textpow1x (1.2.0)
23
+ textpow1x (1.2.1)
24
24
  plist (>= 3.0.1)
25
25
 
26
26
  PLATFORMS
@@ -34,4 +34,4 @@ DEPENDENCIES
34
34
  oniguruma
35
35
  rake
36
36
  rspec (~> 2)
37
- textpow1x (>= 1.2)
37
+ textpow1x (>= 1.2.1)
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.4
1
+ 0.2.5
@@ -2,7 +2,6 @@ module Ruco
2
2
  module SyntaxParser
3
3
  # textpow only offers certain syntax
4
4
  TEXTPOW_CONVERT = {
5
- 'scss' => 'source.sass',
6
5
  'html+erb' => 'text.html.ruby',
7
6
  'rhtml' => 'text.html.ruby',
8
7
  }
data/ruco.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{ruco}
8
- s.version = "0.2.4"
8
+ s.version = "0.2.5"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Michael Grosser"]
12
- s.date = %q{2011-10-07}
12
+ s.date = %q{2011-10-08}
13
13
  s.default_executable = %q{ruco}
14
14
  s.email = %q{michael@grosser.it}
15
15
  s.executables = ["ruco"]
@@ -116,16 +116,16 @@ Gem::Specification.new do |s|
116
116
 
117
117
  if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
118
118
  s.add_runtime_dependency(%q<clipboard>, [">= 0.9.8"])
119
- s.add_runtime_dependency(%q<textpow1x>, [">= 1.2"])
119
+ s.add_runtime_dependency(%q<textpow1x>, [">= 1.2.1"])
120
120
  s.add_runtime_dependency(%q<language_sniffer>, [">= 0"])
121
121
  else
122
122
  s.add_dependency(%q<clipboard>, [">= 0.9.8"])
123
- s.add_dependency(%q<textpow1x>, [">= 1.2"])
123
+ s.add_dependency(%q<textpow1x>, [">= 1.2.1"])
124
124
  s.add_dependency(%q<language_sniffer>, [">= 0"])
125
125
  end
126
126
  else
127
127
  s.add_dependency(%q<clipboard>, [">= 0.9.8"])
128
- s.add_dependency(%q<textpow1x>, [">= 1.2"])
128
+ s.add_dependency(%q<textpow1x>, [">= 1.2.1"])
129
129
  s.add_dependency(%q<language_sniffer>, [">= 0"])
130
130
  end
131
131
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruco
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
4
+ hash: 29
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 4
10
- version: 0.2.4
9
+ - 5
10
+ version: 0.2.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Michael Grosser
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-10-07 00:00:00 +02:00
18
+ date: 2011-10-08 00:00:00 +02:00
19
19
  default_executable: ruco
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -40,11 +40,12 @@ dependencies:
40
40
  requirements:
41
41
  - - ">="
42
42
  - !ruby/object:Gem::Version
43
- hash: 11
43
+ hash: 29
44
44
  segments:
45
45
  - 1
46
46
  - 2
47
- version: "1.2"
47
+ - 1
48
+ version: 1.2.1
48
49
  type: :runtime
49
50
  name: textpow1x
50
51
  version_requirements: *id002