desviar 0.0.11 → 0.0.12

Sign up to get free protection for your applications and to get access to all the features.
data/desviar.gemspec CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
  spec.version = Desviar::VERSION
12
12
  spec.date = Desviar::RELEASE
13
13
  # spec.test_files = spec.files.select{ |path| path =~ /^test\/.*/ }
14
- spec.require_paths = ["config", "lib", "public", "views"]
14
+ spec.require_paths = ["config", "lib"]
15
15
  spec.files = %x[git ls-files].split.reject do |out|
16
16
  out =~ %r{^\.} || out =~ %r{/^doc/api/} || out =~ %r{^Gemfile}
17
17
  end
File without changes
data/lib/version.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  module Desviar
2
- VERSION = "0.0.11"
2
+ VERSION = "0.0.12"
3
3
  RELEASE = "2013-07-29"
4
- TIMESTAMP = "2013-07-29 10:48:22 -07:00"
4
+ TIMESTAMP = "2013-07-29 11:56:12 -07:00"
5
5
 
6
6
  def self.info
7
7
  "#{name} v#{VERSION} (#{RELEASE})"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: desviar
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.11
4
+ version: 0.0.12
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -195,27 +195,25 @@ files:
195
195
  - lib/desviar.rb
196
196
  - lib/encrypt.rb
197
197
  - lib/model.rb
198
+ - lib/public/favicon.ico
198
199
  - lib/version.rb
199
- - public/favicon.ico
200
- - views/captcha.erb
201
- - views/config.erb
202
- - views/content.erb
203
- - views/create.erb
204
- - views/layout.erb
205
- - views/list.erb
206
- - views/show.erb
200
+ - lib/views/captcha.erb
201
+ - lib/views/config.erb
202
+ - lib/views/content.erb
203
+ - lib/views/create.erb
204
+ - lib/views/layout.erb
205
+ - lib/views/list.erb
206
+ - lib/views/show.erb
207
207
  homepage: http://github.com/instantlinux/desviar
208
208
  licenses: []
209
209
  post_install_message: ! "------------------------------------------------------------------------------\nDesviar
210
- v0.0.11\n\nTo configure, download from:\n https://raw.github.com/instantlinux/desviar/master/config/config.rb.example\ninto
210
+ v0.0.12\n\nTo configure, download from:\n https://raw.github.com/instantlinux/desviar/master/config/config.rb.example\ninto
211
211
  a new file config.rb and export DESVIAR_CONFIG=<path>/config.rb.\n\nThanks for using
212
212
  Desviar.\n------------------------------------------------------------------------------\n"
213
213
  rdoc_options: []
214
214
  require_paths:
215
215
  - config
216
216
  - lib
217
- - public
218
- - views
219
217
  required_ruby_version: !ruby/object:Gem::Requirement
220
218
  none: false
221
219
  requirements: