rad_core 0.2.4 → 0.2.5
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/rad +1 -0
- data/lib/rad/_support/encoding.rb +1 -1
- data/spec/template/tilt_spec.rb +1 -0
- metadata +2 -2
data/bin/rad
CHANGED
|
@@ -16,6 +16,7 @@ mode = (%w(server console).include? ARGV.first) ? ARGV.shift : 'server'
|
|
|
16
16
|
environment = (%w(production development test).include? ARGV.first) ? ARGV.shift : :development
|
|
17
17
|
rad.mode = environment
|
|
18
18
|
|
|
19
|
+
warn 'update options'
|
|
19
20
|
# config options
|
|
20
21
|
ARGV.each do |expression|
|
|
21
22
|
name, value = expression.split('=')
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
Encoding.default_external = Encoding::UTF_8
|
|
2
2
|
Encoding.default_internal = Encoding::UTF_8
|
|
3
|
-
warn " default source encoding is not UTF-8, something wroing is going on!" if __ENCODING__ != Encoding::UTF_8
|
|
3
|
+
# warn " default source encoding is not UTF-8, something wroing is going on!" if __ENCODING__ != Encoding::UTF_8
|
data/spec/template/tilt_spec.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rad_core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.5
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -10,7 +10,7 @@ autorequire:
|
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
|
|
13
|
-
date: 2011-
|
|
13
|
+
date: 2011-08-08 00:00:00 +04:00
|
|
14
14
|
default_executable:
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|