RubyApp 0.5.39 → 0.5.40

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/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- RubyApp (0.5.39)
4
+ RubyApp (0.5.40)
5
5
  BlueCloth
6
6
  chronic
7
7
  chronic_duration
@@ -29,8 +29,8 @@ GEM
29
29
  facets (2.9.3)
30
30
  fileutils (0.7)
31
31
  rmagick (>= 2.13.1)
32
- haml (3.1.6)
33
- json (1.7.3)
32
+ haml (3.1.4)
33
+ json (1.6.6)
34
34
  mime-types (1.18)
35
35
  numerizer (0.1.1)
36
36
  r18n-core (0.4.14)
@@ -39,7 +39,7 @@ GEM
39
39
  rmagick (2.13.1)
40
40
  ruby-event (1.0.0)
41
41
  ruby-openid (2.1.8)
42
- sass (3.1.19)
42
+ sass (3.1.15)
43
43
  term-ansicolor (1.0.7)
44
44
  terminal-table (1.4.5)
45
45
  yajl-ruby (1.1.0)
@@ -43,10 +43,10 @@ module RubyApp
43
43
 
44
44
  @metadata.merge!('viewport' => 'width=device-width, initial-scale=1')
45
45
 
46
- @stylesheets.push('http://code.jquery.com/mobile/1.1.0-rc.1/jquery.mobile-1.1.0-rc.1.css')
46
+ @stylesheets.push('http://code.jquery.com/mobile/1.1.0-rc.1/jquery.mobile-1.1.0-rc.1.min.css')
47
47
 
48
- @scripts.push('http://code.jquery.com/jquery-1.7.1.js')
49
- @scripts.push('http://code.jquery.com/mobile/1.1.0-rc.1/jquery.mobile-1.1.0-rc.1.js')
48
+ @scripts.push('http://code.jquery.com/jquery-1.7.1.min.js')
49
+ @scripts.push('http://code.jquery.com/mobile/1.1.0-rc.1/jquery.mobile-1.1.0-rc.1.min.js')
50
50
 
51
51
  end
52
52
 
@@ -1,4 +1,4 @@
1
1
  module RubyApp
2
- VERSION = "0.5.39"
2
+ VERSION = "0.5.40"
3
3
  ROOT = File.expand_path(File.dirname(__FILE__))
4
4
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: RubyApp
3
3
  version: !ruby/object:Gem::Version
4
- hash: 69
4
+ hash: 91
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 5
9
- - 39
10
- version: 0.5.39
9
+ - 40
10
+ version: 0.5.40
11
11
  platform: ruby
12
12
  authors:
13
13
  - Frank G. Ficnar
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-05-29 00:00:00 Z
18
+ date: 2012-05-31 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  version_requirements: &id001 !ruby/object:Gem::Requirement