rda 0.4.0.pre → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rda (0.4.0.pre)
4
+ rda (0.4.0)
5
5
  activesupport (>= 3.1)
6
6
  confstruct (~> 0.2)
7
7
  oj (~> 1.4.4)
data/lib/rda/nginx.rb CHANGED
@@ -44,7 +44,7 @@ module Rda
44
44
 
45
45
  def include_sites_enabled
46
46
  unless configured?(conf_path, "include #{conf_dir}/sites-enabled/*;")
47
- gsub_file conf, /http \{/, <<-INCLUDE_SITES_ENABLED
47
+ gsub_file conf_path, /http \{/, <<-INCLUDE_SITES_ENABLED
48
48
  http {
49
49
  include #{conf_dir}/sites-enabled/*;
50
50
  INCLUDE_SITES_ENABLED
data/lib/rda/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Rda
2
- VERSION = "0.4.0.pre"
2
+ VERSION = "0.4.0"
3
3
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rda
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0.pre
5
- prerelease: 6
4
+ version: 0.4.0
5
+ prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Tower He
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-11-13 00:00:00.000000000 Z
12
+ date: 2012-11-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: pry
@@ -246,13 +246,16 @@ required_ruby_version: !ruby/object:Gem::Requirement
246
246
  version: '0'
247
247
  segments:
248
248
  - 0
249
- hash: -4551379883523660910
249
+ hash: -2359567263771288031
250
250
  required_rubygems_version: !ruby/object:Gem::Requirement
251
251
  none: false
252
252
  requirements:
253
- - - ! '>'
253
+ - - ! '>='
254
254
  - !ruby/object:Gem::Version
255
- version: 1.3.1
255
+ version: '0'
256
+ segments:
257
+ - 0
258
+ hash: -2359567263771288031
256
259
  requirements: []
257
260
  rubyforge_project:
258
261
  rubygems_version: 1.8.24