overlord 0.1.20 → 0.1.21
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/VERSION +1 -1
- data/app/helpers/overlord_google_helper.rb +3 -3
- data/app/views/google/_feeds_scripts.html.erb +2 -1
- data/locales/th.yml +4 -4
- data/overlord.gemspec +3 -3
- metadata +24 -13
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.21
|
@@ -315,14 +315,14 @@ module OverlordGoogleHelper
|
|
315
315
|
end
|
316
316
|
|
317
317
|
# Output include script to load jquery from google
|
318
|
-
def google_load_jquery(http_protocol = 'http://', version = '1.4.
|
318
|
+
def google_load_jquery(http_protocol = 'http://', version = '1.4.2')
|
319
319
|
return '' if defined?(@google_load_jquery_included)
|
320
320
|
@google_load_jquery_included = true
|
321
321
|
%Q{<script src="#{http_protocol}ajax.googleapis.com/ajax/libs/jquery/#{version}/jquery.min.js" type="text/javascript"></script>}
|
322
322
|
end
|
323
323
|
|
324
324
|
# Output include script to load jquery ui from google
|
325
|
-
def google_load_jquery_ui(http_protocol = 'http://', version = '1.
|
325
|
+
def google_load_jquery_ui(http_protocol = 'http://', version = '1.8.1')
|
326
326
|
return '' if defined?(@google_load_jquery_ui_included)
|
327
327
|
@google_load_jquery_ui_included = true
|
328
328
|
%Q{<script src="#{http_protocol}ajax.googleapis.com/ajax/libs/jqueryui/#{version}/jquery-ui.min.js" type="text/javascript"></script>}
|
@@ -333,7 +333,7 @@ module OverlordGoogleHelper
|
|
333
333
|
# blitzer, cupertino, dark-hive, dot-luv, eggplant, excite-bike, flick, hot-sneaks
|
334
334
|
# humanity, le-frog, mint-choc, overcast, pepper-grinder, redmond, smoothness, south-street
|
335
335
|
# start, sunny, swanky-purse, trontastic, ui-darkness, ui-lightness, vader
|
336
|
-
def google_load_jquery_ui_css(http_protocol = 'http', theme = "smoothness", version = '1.
|
336
|
+
def google_load_jquery_ui_css(http_protocol = 'http', theme = "smoothness", version = '1.8.1')
|
337
337
|
return '' if defined?(@google_load_jquery_ui_css_included)
|
338
338
|
@google_load_jquery_ui_css_included = true
|
339
339
|
%Q{<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/#{version}/themes/#{theme}/jquery-ui.css" type="text/css" />}
|
@@ -23,7 +23,8 @@ function setup_delete_links() {
|
|
23
23
|
function(data){
|
24
24
|
var json = eval('(' + data + ')');
|
25
25
|
if(!json.success){
|
26
|
-
|
26
|
+
jQuery('#ajax-messages').html(json.message);
|
27
|
+
jQuery('#ajax-messages').show();
|
27
28
|
}
|
28
29
|
});
|
29
30
|
return false;
|
data/locales/th.yml
CHANGED
@@ -2,8 +2,8 @@
|
|
2
2
|
th:
|
3
3
|
overlord:
|
4
4
|
close: ปิด
|
5
|
-
loading_image:
|
5
|
+
loading_image: "โหลด รูปภาพ"
|
6
6
|
loading_message: "โหลด ..."
|
7
|
-
no_entries_found:
|
8
|
-
read_more:
|
9
|
-
remove:
|
7
|
+
no_entries_found: "รายการ ไม่ พบ"
|
8
|
+
read_more: "อ่าน ข้อมูล เพิ่มเติม"
|
9
|
+
remove: "นำ ออก ไป"
|
data/overlord.gemspec
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{overlord}
|
8
|
-
s.version = "0.1.
|
8
|
+
s.version = "0.1.21"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Justin Ball", "Joel Duffin"]
|
12
|
-
s.date = %q{2010-
|
12
|
+
s.date = %q{2010-04-29}
|
13
13
|
s.description = %q{Code to interact with the google ajax apis on the server and the client.}
|
14
14
|
s.email = %q{justin@tatemae.com}
|
15
15
|
s.extra_rdoc_files = [
|
@@ -631,7 +631,7 @@ Gem::Specification.new do |s|
|
|
631
631
|
s.homepage = %q{http://github.com/jbasdf/overlord}
|
632
632
|
s.rdoc_options = ["--charset=UTF-8"]
|
633
633
|
s.require_paths = ["lib"]
|
634
|
-
s.rubygems_version = %q{1.3.
|
634
|
+
s.rubygems_version = %q{1.3.6}
|
635
635
|
s.summary = %q{Talk with our Google overlords}
|
636
636
|
s.test_files = [
|
637
637
|
"test/rails_root/app/controllers/application_controller.rb",
|
metadata
CHANGED
@@ -1,7 +1,12 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: overlord
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
|
4
|
+
prerelease: false
|
5
|
+
segments:
|
6
|
+
- 0
|
7
|
+
- 1
|
8
|
+
- 21
|
9
|
+
version: 0.1.21
|
5
10
|
platform: ruby
|
6
11
|
authors:
|
7
12
|
- Justin Ball
|
@@ -10,29 +15,33 @@ autorequire:
|
|
10
15
|
bindir: bin
|
11
16
|
cert_chain: []
|
12
17
|
|
13
|
-
date: 2010-
|
18
|
+
date: 2010-04-29 00:00:00 -06:00
|
14
19
|
default_executable:
|
15
20
|
dependencies:
|
16
21
|
- !ruby/object:Gem::Dependency
|
17
22
|
name: httparty
|
18
|
-
|
19
|
-
|
20
|
-
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
prerelease: false
|
24
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
21
25
|
requirements:
|
22
26
|
- - ">="
|
23
27
|
- !ruby/object:Gem::Version
|
28
|
+
segments:
|
29
|
+
- 0
|
24
30
|
version: "0"
|
25
|
-
|
31
|
+
type: :runtime
|
32
|
+
version_requirements: *id001
|
26
33
|
- !ruby/object:Gem::Dependency
|
27
34
|
name: shoulda
|
28
|
-
|
29
|
-
|
30
|
-
version_requirements: !ruby/object:Gem::Requirement
|
35
|
+
prerelease: false
|
36
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
31
37
|
requirements:
|
32
38
|
- - ">="
|
33
39
|
- !ruby/object:Gem::Version
|
40
|
+
segments:
|
41
|
+
- 0
|
34
42
|
version: "0"
|
35
|
-
|
43
|
+
type: :development
|
44
|
+
version_requirements: *id002
|
36
45
|
description: Code to interact with the google ajax apis on the server and the client.
|
37
46
|
email: justin@tatemae.com
|
38
47
|
executables: []
|
@@ -666,18 +675,20 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
666
675
|
requirements:
|
667
676
|
- - ">="
|
668
677
|
- !ruby/object:Gem::Version
|
678
|
+
segments:
|
679
|
+
- 0
|
669
680
|
version: "0"
|
670
|
-
version:
|
671
681
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
672
682
|
requirements:
|
673
683
|
- - ">="
|
674
684
|
- !ruby/object:Gem::Version
|
685
|
+
segments:
|
686
|
+
- 0
|
675
687
|
version: "0"
|
676
|
-
version:
|
677
688
|
requirements: []
|
678
689
|
|
679
690
|
rubyforge_project:
|
680
|
-
rubygems_version: 1.3.
|
691
|
+
rubygems_version: 1.3.6
|
681
692
|
signing_key:
|
682
693
|
specification_version: 3
|
683
694
|
summary: Talk with our Google overlords
|