desviar 0.0.11 → 0.0.12
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/desviar.gemspec +1 -1
- data/{public → lib/public}/favicon.ico +0 -0
- data/lib/version.rb +2 -2
- data/{views → lib/views}/captcha.erb +0 -0
- data/{views → lib/views}/config.erb +0 -0
- data/{views → lib/views}/content.erb +0 -0
- data/{views → lib/views}/create.erb +0 -0
- data/{views → lib/views}/layout.erb +0 -0
- data/{views → lib/views}/list.erb +0 -0
- data/{views → lib/views}/show.erb +0 -0
- metadata +10 -12
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"
|
|
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
|
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.
|
|
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
|
-
-
|
|
200
|
-
- views/
|
|
201
|
-
- views/
|
|
202
|
-
- views/
|
|
203
|
-
- views/
|
|
204
|
-
- views/
|
|
205
|
-
- views/
|
|
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.
|
|
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:
|