tdiary 4.0.2.20140201 → 4.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (112) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +4 -0
  3. data/ChangeLog +3 -0
  4. data/Gemfile +5 -5
  5. data/Gemfile.lock +48 -29
  6. data/README.md +1 -1
  7. data/Rakefile +1 -1
  8. data/index.rb +2 -2
  9. data/js/01conf.js +16 -0
  10. data/misc/convert2.rb +3 -3
  11. data/misc/filter/limitdays.rb +2 -2
  12. data/misc/filter/linkcheck.rb +2 -2
  13. data/misc/lib/fcgi_patch.rb +3 -3
  14. data/misc/paas/cloudfoundry/Gemfile.lock +51 -48
  15. data/misc/paas/heroku/Gemfile.lock +23 -21
  16. data/misc/paas/sqale/Gemfile.lock +23 -21
  17. data/misc/plugin/a.rb +4 -4
  18. data/misc/plugin/calendar2.rb +1 -1
  19. data/misc/plugin/category.rb +3 -3
  20. data/misc/plugin/comment_emoji_autocomplete.rb +1 -1
  21. data/misc/plugin/comment_mail-qmail.rb +1 -1
  22. data/misc/plugin/comment_mail-sendmail.rb +1 -1
  23. data/misc/plugin/comment_mail-smtp.rb +1 -1
  24. data/misc/plugin/counter.rb +27 -27
  25. data/misc/plugin/disp_referrer.rb +1 -1
  26. data/misc/plugin/en/amazon.rb +2 -2
  27. data/misc/plugin/en/category.rb +1 -1
  28. data/misc/plugin/en/counter.rb +1 -1
  29. data/misc/plugin/en/disp_referrer.rb +1 -1
  30. data/misc/plugin/en/kw.rb +1 -1
  31. data/misc/plugin/en/search_form.rb +1 -1
  32. data/misc/plugin/en/todo.rb +1 -1
  33. data/misc/plugin/en/weather.rb +5 -2
  34. data/misc/plugin/image.rb +2 -2
  35. data/misc/plugin/ja/disp_referrer.rb +7 -7
  36. data/misc/plugin/ja/my-sequel.rb +1 -1
  37. data/misc/plugin/ja/recent_comment3.rb +1 -1
  38. data/misc/plugin/ja/referer_scheme.rb +1 -1
  39. data/misc/plugin/ja/search_control.rb +1 -1
  40. data/misc/plugin/ja/search_form.rb +2 -2
  41. data/misc/plugin/ja/todo.rb +1 -1
  42. data/misc/plugin/ja/weather.rb +17 -12
  43. data/misc/plugin/makelirs.rb +4 -4
  44. data/misc/plugin/my-ex.rb +1 -1
  45. data/misc/plugin/my-sequel.rb +1 -1
  46. data/misc/plugin/pb-show.rb +1 -1
  47. data/misc/plugin/recent_comment.rb +5 -5
  48. data/misc/plugin/recent_comment3.rb +2 -2
  49. data/misc/plugin/recent_namazu.rb +4 -4
  50. data/misc/plugin/recent_rss.rb +7 -7
  51. data/misc/plugin/referer_scheme.rb +2 -2
  52. data/misc/plugin/search-default.rb +1 -1
  53. data/misc/plugin/sn.rb +3 -3
  54. data/misc/plugin/speed_comment.rb +1 -1
  55. data/misc/plugin/squeeze.rb +8 -8
  56. data/misc/plugin/tb-show.rb +1 -1
  57. data/misc/plugin/theme_online.rb +25 -0
  58. data/misc/plugin/tlink.rb +2 -2
  59. data/misc/plugin/todo.rb +2 -2
  60. data/misc/plugin/weather.rb +82 -26
  61. data/misc/plugin/whatsnew.rb +1 -1
  62. data/misc/plugin/xmlrpc/xmlrpc.rb +11 -11
  63. data/misc/theme_convert/theme_convert.rb +3 -3
  64. data/plugin/00default.rb +35 -28
  65. data/plugin/50sp.rb +1 -1
  66. data/plugin/60sf.rb +1 -1
  67. data/plugin/90migrate.rb +2 -2
  68. data/plugin/en/00default.rb +1 -1
  69. data/plugin/ja/00default.rb +1 -1
  70. data/spec/acceptance/append_comment_spec.rb +18 -18
  71. data/spec/acceptance/append_diary_spec.rb +22 -22
  72. data/spec/acceptance/bugfix/encoding_error_spec.rb +1 -1
  73. data/spec/acceptance/save_conf_comment_spec.rb +15 -15
  74. data/spec/acceptance/save_conf_default_spec.rb +26 -26
  75. data/spec/acceptance/save_conf_dnsbl_spec.rb +19 -19
  76. data/spec/acceptance/save_conf_filter_spec.rb +6 -6
  77. data/spec/acceptance/save_conf_plugin_spec.rb +11 -11
  78. data/spec/acceptance/save_conf_referer_spec.rb +4 -4
  79. data/spec/acceptance/save_conf_security_spec.rb +28 -28
  80. data/spec/acceptance/update_diary_spec.rb +16 -16
  81. data/spec/acceptance/view_category_spec.rb +1 -1
  82. data/spec/acceptance/view_comment_spec.rb +6 -6
  83. data/spec/acceptance/view_diary_spec.rb +25 -25
  84. data/spec/acceptance/view_referer_spec.rb +3 -3
  85. data/spec/core/compatible_spec.rb +5 -5
  86. data/spec/core/configuration_spec.rb +3 -3
  87. data/spec/core/core_ext_spec.rb +7 -7
  88. data/spec/core/io/default_spec.rb +1 -1
  89. data/spec/core/plugin_spec.rb +41 -41
  90. data/spec/core/rack/assets/precompile_spec.rb +3 -3
  91. data/spec/core/rack/html_anchor_spec.rb +15 -15
  92. data/spec/core/rack/static_spec.rb +3 -3
  93. data/spec/core/rack/valid_request_path_spec.rb +13 -13
  94. data/spec/core/style/tdiary_style_spec.rb +10 -10
  95. data/spec/core/style/wiki_style_spec.rb +16 -16
  96. data/spec/plugin/bq_spec.rb +2 -2
  97. data/spec/spec_helper.rb +3 -1
  98. data/tdiary/configuration.rb +2 -2
  99. data/tdiary/environment.rb +1 -1
  100. data/tdiary/io/default.rb +1 -1
  101. data/tdiary/lang/ja.rb +2 -2
  102. data/tdiary/tasks/db.rake +5 -5
  103. data/tdiary/version.rb +1 -1
  104. data/test/disp_referrer_test.rb +4 -4
  105. data/test/my-sequel_test.rb +1 -1
  106. data/test/test_plugin_helper.rb +47 -0
  107. data/test/weather-ADDS-METARS-PHTO-140131.html +109 -0
  108. data/test/weather-ADDS-METARS-RJAA-130131.html +111 -0
  109. data/test/weather-ADDS-METARS-RJAA-130227.html +111 -0
  110. data/test/weather_test.rb +144 -18
  111. data/update.rb +2 -2
  112. metadata +10 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3c52de43dc119883d82cc39f570b3b2f5999b96d
4
- data.tar.gz: 517e13ad91be78f16ae61c3d4fd678d9d29e327c
3
+ metadata.gz: 1d869ad134fbca02c213d4e7215bd0a7b64c7942
4
+ data.tar.gz: 87819fd2b48635c9bbc45749a189502b3465ebed
5
5
  SHA512:
6
- metadata.gz: 857ecaf2c9a4466f323710df41d0341dbb19bb02332c96ede67ec6f5966d20e25de11215ac3d7dbea86df89e6f6ffce2c3dc1fc2f0fd6569f36efd483833e897
7
- data.tar.gz: f60cfac1eec83552533d86cf30b4ce6468470eb54d2009570afd70903c51807b259fc386cf77e78a89b78dbab5ae45ad0d503fc1509145afd0ca01a913939b4d
6
+ metadata.gz: 33d153483c71348da5ea2851095924aeb621cacf1df7727ef3e6e27b357a7fda6b5ee4aa7498f58beb9073ab45e801addf5164cc1ac214d87d2c2911452d7a51
7
+ data.tar.gz: 79b0620deeed57f18daf7869ace39f952e27ace3fc87ba3192a973b9bff19f156c4fd20029e526f5e3c808971c13bf7bf12b2d0edbf9bc19c4c15c5acff2322b
data/.travis.yml CHANGED
@@ -5,6 +5,8 @@ services: memcache
5
5
  rvm:
6
6
  - 1.9.3
7
7
  - 2.0.0
8
+ - 2.1
9
+ - ruby-head
8
10
 
9
11
  cache: bundler
10
12
 
@@ -32,5 +34,7 @@ notifications:
32
34
 
33
35
  matrix:
34
36
  allow_failures:
37
+ # eventmachine cann't build with rb_thread_blocking_region
38
+ - rvm: ruby-head
35
39
  # webrick mode is unstable results...
36
40
  - env: TEST_MODE=webrick
data/ChangeLog CHANGED
@@ -1,3 +1,6 @@
1
+ 2014-02-21 TADA Tadashi <t@tdtds.jp>
2
+ * add theme_online plugin #291
3
+
1
4
  2013-03-20 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
2
5
  * misc/style/gfm/gfm_style.rb: bugfix #268, #269. fixed broken rule of autolink replacements.
3
6
 
data/Gemfile CHANGED
@@ -24,14 +24,14 @@ group :development do
24
24
  gem 'pit', require: false
25
25
  gem 'racksh', require: false
26
26
  gem 'rake'
27
+ gem 'octorelease'
27
28
  gem 'redcarpet'
28
29
 
29
30
  group :test do
30
31
  gem 'pry'
31
- gem 'tapp'
32
- gem 'test-unit', require: 'test/unit'
33
- gem 'rspec'
34
- gem 'capybara', require: 'capybara/rspec'
32
+ gem 'test-unit'
33
+ gem 'rspec', '~> 3.0.0.beta2'
34
+ gem 'capybara', require: 'capybara/rspec', github: 'jnicklas/capybara'
35
35
  gem 'selenium-webdriver'
36
36
  gem 'launchy'
37
37
  gem 'sequel'
@@ -44,7 +44,7 @@ end
44
44
 
45
45
  # https://github.com/redmine/redmine/blob/master/Gemfile#L89
46
46
  local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local")
47
- if File.exists?(local_gemfile)
47
+ if File.exist?(local_gemfile)
48
48
  puts "Loading Gemfile.local ..." if $DEBUG # `ruby -d` or `bundle -v`
49
49
  instance_eval File.read(local_gemfile)
50
50
  end
data/Gemfile.lock CHANGED
@@ -1,14 +1,19 @@
1
- GEM
2
- remote: https://rubygems.org/
1
+ GIT
2
+ remote: git://github.com/jnicklas/capybara.git
3
+ revision: 595cd4a89bc5c7873e74a3b05761d27c30cc198a
3
4
  specs:
4
- addressable (2.3.5)
5
- capybara (2.2.1)
5
+ capybara (2.2.0)
6
6
  mime-types (>= 1.16)
7
7
  nokogiri (>= 1.3.3)
8
8
  rack (>= 1.0.0)
9
9
  rack-test (>= 0.5.4)
10
10
  xpath (~> 2.0)
11
- childprocess (0.4.0)
11
+
12
+ GEM
13
+ remote: https://rubygems.org/
14
+ specs:
15
+ addressable (2.3.5)
16
+ childprocess (0.5.1)
12
17
  ffi (~> 1.0, >= 1.0.11)
13
18
  coderay (1.1.0)
14
19
  coffee-script (2.2.0)
@@ -23,14 +28,17 @@ GEM
23
28
  thor
24
29
  daemons (1.1.9)
25
30
  diff-lcs (1.2.5)
26
- docile (1.1.2)
31
+ docile (1.1.3)
27
32
  eventmachine (1.0.3)
28
33
  execjs (2.0.2)
34
+ faraday (0.9.0)
35
+ multipart-post (>= 1.2, < 3)
29
36
  fastimage (1.6.0)
30
37
  addressable (~> 2.3, >= 2.3.5)
31
38
  ffi (1.9.3)
32
39
  hike (1.2.3)
33
40
  hikidoc (0.0.6)
41
+ hub (1.11.2)
34
42
  jasmine (1.3.2)
35
43
  jasmine-core (~> 1.3.1)
36
44
  rack (~> 1.0)
@@ -44,8 +52,14 @@ GEM
44
52
  mime-types (2.1)
45
53
  mini_portile (0.5.2)
46
54
  multi_json (1.8.4)
55
+ multipart-post (2.0.0)
47
56
  nokogiri (1.6.1)
48
57
  mini_portile (~> 0.5.0)
58
+ octokit (2.7.1)
59
+ sawyer (~> 0.5.2)
60
+ octorelease (0.0.4)
61
+ hub
62
+ octokit
49
63
  pit (0.0.7)
50
64
  pry (0.9.12.6)
51
65
  coderay (~> 1.0)
@@ -58,43 +72,48 @@ GEM
58
72
  rack (>= 1.0)
59
73
  rack-test (>= 0.5)
60
74
  rake (10.1.1)
61
- redcarpet (3.0.0)
75
+ redcarpet (3.1.1)
62
76
  ref (1.0.5)
63
77
  rest-client (1.6.7)
64
78
  mime-types (>= 1.16)
65
- rspec (2.14.1)
66
- rspec-core (~> 2.14.0)
67
- rspec-expectations (~> 2.14.0)
68
- rspec-mocks (~> 2.14.0)
69
- rspec-core (2.14.7)
70
- rspec-expectations (2.14.4)
71
- diff-lcs (>= 1.1.3, < 2.0)
72
- rspec-mocks (2.14.4)
79
+ rspec (3.0.0.beta2)
80
+ rspec-core (= 3.0.0.beta2)
81
+ rspec-expectations (= 3.0.0.beta2)
82
+ rspec-mocks (= 3.0.0.beta2)
83
+ rspec-core (3.0.0.beta2)
84
+ rspec-support (= 3.0.0.beta2)
85
+ rspec-expectations (3.0.0.beta2)
86
+ diff-lcs (>= 1.2.0, < 2.0)
87
+ rspec-support (= 3.0.0.beta2)
88
+ rspec-mocks (3.0.0.beta2)
89
+ rspec-support (= 3.0.0.beta2)
90
+ rspec-support (3.0.0.beta2)
73
91
  rubyzip (1.1.0)
74
- selenium-webdriver (2.39.0)
75
- childprocess (>= 0.2.5)
92
+ sawyer (0.5.3)
93
+ addressable (~> 2.3.5)
94
+ faraday (~> 0.8, < 0.10)
95
+ selenium-webdriver (2.40.0)
96
+ childprocess (>= 0.5.0)
76
97
  multi_json (~> 1.0)
77
98
  rubyzip (~> 1.0)
78
99
  websocket (~> 1.0.4)
79
- sequel (4.6.0)
100
+ sequel (4.7.0)
80
101
  simplecov (0.8.2)
81
102
  docile (~> 1.1.0)
82
103
  multi_json
83
104
  simplecov-html (~> 0.8.0)
84
105
  simplecov-html (0.8.0)
85
106
  slop (3.4.7)
86
- sprockets (2.10.1)
107
+ sprockets (2.11.0)
87
108
  hike (~> 1.2)
88
109
  multi_json (~> 1.0)
89
110
  rack (~> 1.0)
90
111
  tilt (~> 1.1, != 1.3.0)
91
- sqlite3 (1.3.8)
92
- tapp (1.4.0)
93
- thor
94
- term-ansicolor (1.2.2)
95
- tins (~> 0.8)
112
+ sqlite3 (1.3.9)
113
+ term-ansicolor (1.3.0)
114
+ tins (~> 1.0)
96
115
  test-unit (2.5.5)
97
- therubyracer (0.12.0)
116
+ therubyracer (0.12.1)
98
117
  libv8 (~> 3.16.14.0)
99
118
  ref
100
119
  thin (1.6.1)
@@ -103,7 +122,7 @@ GEM
103
122
  rack (>= 1.0.0)
104
123
  thor (0.18.1)
105
124
  tilt (1.4.1)
106
- tins (0.13.1)
125
+ tins (1.0.0)
107
126
  websocket (1.0.7)
108
127
  xpath (2.0.0)
109
128
  nokogiri (~> 1.3)
@@ -112,26 +131,26 @@ PLATFORMS
112
131
  ruby
113
132
 
114
133
  DEPENDENCIES
115
- capybara
134
+ capybara!
116
135
  coffee-script
117
136
  coveralls
118
137
  fastimage
119
138
  hikidoc
120
139
  jasmine (~> 1.3)
121
140
  launchy
141
+ octorelease
122
142
  pit
123
143
  pry
124
144
  rack
125
145
  racksh
126
146
  rake
127
147
  redcarpet
128
- rspec
148
+ rspec (~> 3.0.0.beta2)
129
149
  selenium-webdriver
130
150
  sequel
131
151
  simplecov
132
152
  sprockets
133
153
  sqlite3
134
- tapp
135
154
  test-unit
136
155
  therubyracer
137
156
  thin
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # tDiary
2
2
 
3
- [![Build Status](https://secure.travis-ci.org/tdiary/tdiary-core.png)](https://travis-ci.org/tdiary/tdiary-core) [![Coverage Status](https://coveralls.io/repos/tdiary/tdiary-core/badge.png?branch=master)](https://coveralls.io/r/tdiary/tdiary-core) [![Dependency Status](https://gemnasium.com/tdiary/tdiary-core.png)](https://gemnasium.com/tdiary/tdiary-core) [![Code Climate](https://codeclimate.com/github/tdiary/tdiary-core.png)](https://codeclimate.com/github/tdiary/tdiary-core)
3
+ [![Gem Version](https://badge.fury.io/rb/tdiary.png)](https://rubygems.org/gems/tdiary) [![Build Status](https://secure.travis-ci.org/tdiary/tdiary-core.png)](https://travis-ci.org/tdiary/tdiary-core) [![Coverage Status](https://coveralls.io/repos/tdiary/tdiary-core/badge.png?branch=master)](https://coveralls.io/r/tdiary/tdiary-core) [![Dependency Status](https://gemnasium.com/tdiary/tdiary-core.png)](https://gemnasium.com/tdiary/tdiary-core) [![Code Climate](https://codeclimate.com/github/tdiary/tdiary-core.png)](https://codeclimate.com/github/tdiary/tdiary-core)
4
4
 
5
5
  ## tDiary, The TSUKKOMI-able Weblog.
6
6
 
data/Rakefile CHANGED
@@ -7,7 +7,7 @@ require 'tdiary/tasks'
7
7
 
8
8
  require 'rake'
9
9
  require 'rake/clean'
10
- require 'bundler/gem_tasks' if File.exists?('tdiary.gemspec')
10
+ require 'bundler/gem_tasks' if File.exist?('tdiary.gemspec')
11
11
 
12
12
  CLEAN.include(
13
13
  "tmp",
data/index.rb CHANGED
@@ -18,13 +18,13 @@ begin
18
18
  require 'tdiary'
19
19
 
20
20
  encoding_error = {}
21
- cgi = CGI::new(:accept_charset => "UTF-8") do |name, value|
21
+ cgi = CGI::new(accept_charset: "UTF-8") do |name, value|
22
22
  encoding_error[name] = value
23
23
  end
24
24
  if encoding_error.empty?
25
25
  @cgi = cgi
26
26
  else
27
- @cgi = CGI::new(:accept_charset => 'shift_jis')
27
+ @cgi = CGI::new(accept_charset: 'shift_jis')
28
28
  @cgi.params = cgi.params
29
29
  end
30
30
 
data/js/01conf.js CHANGED
@@ -40,6 +40,22 @@ $(function(){
40
40
  return false;
41
41
  });
42
42
 
43
+ /*
44
+ * theme thumbnail changer
45
+ */
46
+ $(document).on('change', '#theme_selection',function(){
47
+ var list = $(this);
48
+ var image = $('#theme_thumbnail');
49
+
50
+ var theme = '';
51
+ if ( list.selectedIndex == 0 ) {
52
+ theme = 'nowprinting';
53
+ } else {
54
+ theme = list.val().replace(/^.*\//, '');
55
+ }
56
+ image.attr('src', 'http://www.tdiary.org/theme.image/' + theme + '.jpg');
57
+ });
58
+
43
59
  /*
44
60
  * old ruby alert
45
61
  */
data/misc/convert2.rb CHANGED
@@ -90,7 +90,7 @@ module TDiary
90
90
  @diaries = diaries
91
91
  false
92
92
  end
93
-
93
+
94
94
  require 'tdiary/io/default'
95
95
  IO::Default::new( self ).transaction( date ) do |diaries|
96
96
  diaries.update( @diaries )
@@ -100,12 +100,12 @@ module TDiary
100
100
  end
101
101
  end
102
102
  end
103
-
103
+
104
104
  protected
105
105
  def cookie_name
106
106
  ''
107
107
  end
108
-
108
+
109
109
  def cookie_mail
110
110
  ''
111
111
  end
@@ -1,6 +1,6 @@
1
1
  # -*- coding: utf-8; -*-
2
2
  #
3
- # limitdays.rb:
3
+ # limitdays.rb:
4
4
  #
5
5
  # Copyright (C) SHIBATA Hiroshi <shibata.hiroshi@gmail.com> 2008.
6
6
  # Distributed under GPL2.
@@ -16,7 +16,7 @@ module TDiary::Filter
16
16
  else
17
17
  @date_limit = nil
18
18
  end
19
-
19
+
20
20
  if @date_limit
21
21
  now = Time.now
22
22
  today = Time.local(now.year, now.month, now.day)
@@ -27,7 +27,7 @@ module TDiary::Filter
27
27
  debug( "No linkcheck to TrackBacks.", DEBUG_FULL )
28
28
  return true
29
29
  end
30
-
30
+
31
31
  # check only TrackBack
32
32
  return true unless comment.name == 'TrackBack'
33
33
 
@@ -64,7 +64,7 @@ module TDiary::Filter
64
64
  debug( "TrackBack source was no response." )
65
65
  comment.show = false
66
66
  return @filter_mode
67
- rescue
67
+ rescue
68
68
  debug( "Cannot access to TrackBack source (#{$!})." )
69
69
  comment.show = false
70
70
  return @filter_mode
@@ -16,7 +16,7 @@ Patch written by:
16
16
  class FCGI
17
17
  def self::each_cgi(*args)
18
18
  require 'cgi'
19
-
19
+
20
20
  eval(<<-EOS,TOPLEVEL_BINDING)
21
21
  class CGI
22
22
  public :env_table
@@ -63,7 +63,7 @@ class FCGI
63
63
  end # FCGI::CGI class
64
64
  end # FCGI class
65
65
  EOS
66
-
66
+
67
67
  if FCGI::is_cgi?
68
68
  yield ::CGI.new(*args)
69
69
  else
@@ -72,7 +72,7 @@ class FCGI
72
72
  $stdout, $stderr = request.out, request.err
73
73
 
74
74
  yield CGI.new(request, *args)
75
-
75
+
76
76
  request.finish
77
77
  }
78
78
  end
@@ -1,75 +1,78 @@
1
1
  GEM
2
2
  remote: http://rubygems.org/
3
3
  specs:
4
- cf-runtime (0.1.1)
4
+ cf-runtime (0.2.0)
5
5
  coffee-script (2.2.0)
6
6
  coffee-script-source
7
7
  execjs
8
- coffee-script-source (1.3.3)
8
+ coffee-script-source (1.7.0)
9
9
  daemons (1.1.9)
10
- dalli (2.6.3)
11
- eventmachine (1.0.0)
12
- execjs (1.4.0)
13
- multi_json (~> 1.0)
14
- faraday (0.8.4)
15
- multipart-post (~> 1.1)
16
- hashie (1.2.0)
17
- hike (1.2.1)
18
- httpauth (0.2.0)
19
- jwt (0.1.5)
20
- multi_json (>= 1.0)
21
- libv8 (3.3.10.4)
22
- multi_json (1.3.6)
23
- multipart-post (1.1.5)
10
+ dalli (2.7.0)
11
+ eventmachine (1.0.3)
12
+ execjs (2.0.2)
13
+ faraday (0.9.0)
14
+ multipart-post (>= 1.2, < 3)
15
+ hashie (2.0.5)
16
+ hike (1.2.3)
17
+ jwt (0.1.11)
18
+ multi_json (>= 1.5)
19
+ libv8 (3.16.14.3)
20
+ multi_json (1.8.4)
21
+ multi_xml (0.5.5)
22
+ multipart-post (2.0.0)
24
23
  oauth (0.4.7)
25
- oauth2 (0.8.0)
26
- faraday (~> 0.8)
27
- httpauth (~> 0.1)
28
- jwt (~> 0.1.4)
29
- multi_json (~> 1.0)
24
+ oauth2 (0.9.3)
25
+ faraday (>= 0.8, < 0.10)
26
+ jwt (~> 0.1.8)
27
+ multi_json (~> 1.3)
28
+ multi_xml (~> 0.5)
30
29
  rack (~> 1.2)
31
- omniauth (1.1.1)
32
- hashie (~> 1.2)
33
- rack
34
- omniauth-github (1.0.3)
30
+ omniauth (1.2.1)
31
+ hashie (>= 1.2, < 3)
32
+ rack (~> 1.0)
33
+ omniauth-github (1.1.1)
35
34
  omniauth (~> 1.0)
36
35
  omniauth-oauth2 (~> 1.1)
37
36
  omniauth-oauth (1.0.1)
38
37
  oauth
39
38
  omniauth (~> 1.0)
40
- omniauth-oauth2 (1.1.1)
41
- oauth2 (~> 0.8.0)
42
- omniauth (~> 1.0)
43
- omniauth-twitter (0.0.13)
39
+ omniauth-oauth2 (1.1.2)
40
+ faraday (>= 0.8, < 0.10)
41
+ multi_json (~> 1.3)
42
+ oauth2 (~> 0.9.3)
43
+ omniauth (~> 1.2)
44
+ omniauth-twitter (1.0.1)
44
45
  multi_json (~> 1.3)
45
46
  omniauth-oauth (~> 1.0)
46
- pg (0.14.1)
47
- posix-spawn (0.3.6)
48
- pygments.rb (0.3.1)
47
+ pg (0.17.1)
48
+ posix-spawn (0.3.8)
49
+ pygments.rb (0.5.4)
49
50
  posix-spawn (~> 0.3.6)
50
51
  yajl-ruby (~> 1.1.0)
51
- rack (1.4.1)
52
- rake (0.9.2.2)
53
- redcarpet (2.1.1)
54
- redis (3.0.4)
55
- redis-namespace (1.3.0)
56
- redis (~> 3.0.0)
57
- sequel (3.40.0)
58
- sprockets (2.6.0)
52
+ rack (1.5.2)
53
+ rake (10.1.1)
54
+ redcarpet (3.1.1)
55
+ redis (3.0.7)
56
+ redis-namespace (1.4.1)
57
+ redis (~> 3.0.4)
58
+ ref (1.0.5)
59
+ sequel (4.7.0)
60
+ sprockets (2.11.0)
59
61
  hike (~> 1.2)
60
62
  multi_json (~> 1.0)
61
63
  rack (~> 1.0)
62
64
  tilt (~> 1.1, != 1.3.0)
63
- therubyracer (0.10.2)
64
- libv8 (~> 3.3.10)
65
- thin (1.5.0)
65
+ therubyracer (0.12.1)
66
+ libv8 (~> 3.16.14.0)
67
+ ref
68
+ thin (1.6.1)
66
69
  daemons (>= 1.0.9)
67
- eventmachine (>= 0.12.6)
70
+ eventmachine (>= 1.0.0)
68
71
  rack (>= 1.0.0)
69
- tilt (1.3.3)
70
- twitter-text (1.6.1)
71
- unf (~> 0.0.5)
72
- unf (0.0.5)
72
+ tilt (1.4.1)
73
+ twitter-text (1.8.0)
74
+ unf (~> 0.1.0)
75
+ unf (0.1.3)
73
76
  unf_ext
74
77
  unf_ext (0.0.6)
75
78
  yajl-ruby (1.1.0)
@@ -4,45 +4,47 @@ GEM
4
4
  addressable (2.3.5)
5
5
  daemons (1.1.9)
6
6
  eventmachine (1.0.3)
7
- faraday (0.8.8)
8
- multipart-post (~> 1.2.0)
9
- fastimage (1.5.4)
7
+ faraday (0.9.0)
8
+ multipart-post (>= 1.2, < 3)
9
+ fastimage (1.6.0)
10
10
  addressable (~> 2.3, >= 2.3.5)
11
11
  hashie (2.0.5)
12
12
  hike (1.2.3)
13
13
  hikidoc (0.0.6)
14
- httpauth (0.2.0)
15
- jwt (0.1.8)
14
+ jwt (0.1.11)
16
15
  multi_json (>= 1.5)
17
- multi_json (1.8.2)
18
- multipart-post (1.2.0)
16
+ multi_json (1.8.4)
17
+ multi_xml (0.5.5)
18
+ multipart-post (2.0.0)
19
19
  oauth (0.4.7)
20
- oauth2 (0.8.1)
21
- faraday (~> 0.8)
22
- httpauth (~> 0.1)
23
- jwt (~> 0.1.4)
24
- multi_json (~> 1.0)
20
+ oauth2 (0.9.3)
21
+ faraday (>= 0.8, < 0.10)
22
+ jwt (~> 0.1.8)
23
+ multi_json (~> 1.3)
24
+ multi_xml (~> 0.5)
25
25
  rack (~> 1.2)
26
- omniauth (1.1.4)
26
+ omniauth (1.2.1)
27
27
  hashie (>= 1.2, < 3)
28
- rack
28
+ rack (~> 1.0)
29
29
  omniauth-github (1.1.1)
30
30
  omniauth (~> 1.0)
31
31
  omniauth-oauth2 (~> 1.1)
32
32
  omniauth-oauth (1.0.1)
33
33
  oauth
34
34
  omniauth (~> 1.0)
35
- omniauth-oauth2 (1.1.1)
36
- oauth2 (~> 0.8.0)
37
- omniauth (~> 1.0)
35
+ omniauth-oauth2 (1.1.2)
36
+ faraday (>= 0.8, < 0.10)
37
+ multi_json (~> 1.3)
38
+ oauth2 (~> 0.9.3)
39
+ omniauth (~> 1.2)
38
40
  omniauth-twitter (1.0.1)
39
41
  multi_json (~> 1.3)
40
42
  omniauth-oauth (~> 1.0)
41
- pg (0.17.0)
43
+ pg (0.17.1)
42
44
  rack (1.5.2)
43
- rake (10.1.0)
44
- sequel (4.4.0)
45
- sprockets (2.10.1)
45
+ rake (10.1.1)
46
+ sequel (4.7.0)
47
+ sprockets (2.11.0)
46
48
  hike (~> 1.2)
47
49
  multi_json (~> 1.0)
48
50
  rack (~> 1.0)
@@ -4,45 +4,47 @@ GEM
4
4
  addressable (2.3.5)
5
5
  daemons (1.1.9)
6
6
  eventmachine (1.0.3)
7
- faraday (0.8.8)
8
- multipart-post (~> 1.2.0)
9
- fastimage (1.5.4)
7
+ faraday (0.9.0)
8
+ multipart-post (>= 1.2, < 3)
9
+ fastimage (1.6.0)
10
10
  addressable (~> 2.3, >= 2.3.5)
11
11
  hashie (2.0.5)
12
12
  hike (1.2.3)
13
13
  hikidoc (0.0.6)
14
- httpauth (0.2.0)
15
- jwt (0.1.8)
14
+ jwt (0.1.11)
16
15
  multi_json (>= 1.5)
17
- multi_json (1.8.2)
18
- multipart-post (1.2.0)
19
- mysql2 (0.3.14)
16
+ multi_json (1.8.4)
17
+ multi_xml (0.5.5)
18
+ multipart-post (2.0.0)
19
+ mysql2 (0.3.15)
20
20
  oauth (0.4.7)
21
- oauth2 (0.8.1)
22
- faraday (~> 0.8)
23
- httpauth (~> 0.1)
24
- jwt (~> 0.1.4)
25
- multi_json (~> 1.0)
21
+ oauth2 (0.9.3)
22
+ faraday (>= 0.8, < 0.10)
23
+ jwt (~> 0.1.8)
24
+ multi_json (~> 1.3)
25
+ multi_xml (~> 0.5)
26
26
  rack (~> 1.2)
27
- omniauth (1.1.4)
27
+ omniauth (1.2.1)
28
28
  hashie (>= 1.2, < 3)
29
- rack
29
+ rack (~> 1.0)
30
30
  omniauth-github (1.1.1)
31
31
  omniauth (~> 1.0)
32
32
  omniauth-oauth2 (~> 1.1)
33
33
  omniauth-oauth (1.0.1)
34
34
  oauth
35
35
  omniauth (~> 1.0)
36
- omniauth-oauth2 (1.1.1)
37
- oauth2 (~> 0.8.0)
38
- omniauth (~> 1.0)
36
+ omniauth-oauth2 (1.1.2)
37
+ faraday (>= 0.8, < 0.10)
38
+ multi_json (~> 1.3)
39
+ oauth2 (~> 0.9.3)
40
+ omniauth (~> 1.2)
39
41
  omniauth-twitter (1.0.1)
40
42
  multi_json (~> 1.3)
41
43
  omniauth-oauth (~> 1.0)
42
44
  rack (1.5.2)
43
- rake (10.1.0)
44
- sequel (4.4.0)
45
- sprockets (2.10.1)
45
+ rake (10.1.1)
46
+ sequel (4.7.0)
47
+ sprockets (2.11.0)
46
48
  hike (~> 1.2)
47
49
  multi_json (~> 1.0)
48
50
  rack (~> 1.0)
data/misc/plugin/a.rb CHANGED
@@ -9,13 +9,13 @@
9
9
  # a "http://www.hoge.com/diary/", "Hoge Diary"
10
10
  #
11
11
  # a(key, option_or_name = "", name = nil)
12
- # Use dictionary file. You need to create the dictionary
12
+ # Use dictionary file. You need to create the dictionary
13
13
  # file with a CGI.
14
14
  # a "home"
15
15
  # a "home", "20020329.html", "Here"
16
16
  #
17
17
  # a("name|key:option")
18
- # Use dictionary file. You need to create the dictionary
18
+ # Use dictionary file. You need to create the dictionary
19
19
  # file with a CGI.
20
20
  #
21
21
  # a "key"
@@ -29,8 +29,8 @@
29
29
  #
30
30
  # 3. Documents
31
31
  # See URLs below for more details.
32
- # http://ponx.s5.xrea.com/hiki/a.rb.html (English)
33
- # http://ponx.s5.xrea.com/hiki/ja/a.rb.html (Japanese)
32
+ # http://ponx.s5.xrea.com/hiki/a.rb.html (English)
33
+ # http://ponx.s5.xrea.com/hiki/ja/a.rb.html (Japanese)
34
34
  #
35
35
  # Copyright (c) 2002-2004 MUTOH Masao <mutoh@highway.ne.jp>
36
36
  # You can redistribute it and/or modify it under GPL2.