Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3bc41f1

Browse files
committed
Update URLs
1 parent90363fb commit3bc41f1

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

‎History.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@
8383
* Upgrade to jQuery UI 1.10.0
8484

8585
* No more automatic`//= require jquery`
86-
([#30](https://github.com/joliss/jquery-ui-rails/pull/30), original
87-
discussion at[#17](https://github.com/joliss/jquery-ui-rails/pull/17)).
86+
([#30](https://github.com/jquery-ui-rails/jquery-ui-rails/pull/30), original
87+
discussion at[#17](https://github.com/jquery-ui-rails/jquery-ui-rails/pull/17)).
8888
This means that you have to add`//= require jquery` to your application.js
8989
file before you require any of the jQuery UI JavaScript modules.
9090

‎README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#jquery-ui-rails
22

3-
[![Build Status](https://secure.travis-ci.org/joliss/jquery-ui-rails.png?branch=master)](http://travis-ci.org/joliss/jquery-ui-rails)
4-
[![Dependency Status](https://gemnasium.com/joliss/jquery-ui-rails.png)](https://gemnasium.com/joliss/jquery-ui-rails)
3+
[![Build Status](https://travis-ci.org/jquery-ui-rails/jquery-ui-rails.svg?branch=master)](https://travis-ci.org/jquery-ui-rails/jquery-ui-rails)
4+
[![Dependency Status](https://gemnasium.com/jquery-ui-rails/jquery-ui-rails.svg)](https://gemnasium.com/jquery-ui-rails/jquery-ui-rails)
55

66
This gem packages the jQuery UI assets (JavaScripts, stylesheets, and
77
images) for the Rails[asset
@@ -45,8 +45,8 @@ Also add the jQuery UI CSS to your application.css:
4545
Due to directory structure changes between jQuery UI 1.10, 1.11, and 1.12,
4646
if you use version is lower than 6.0, you will have to use a different naming
4747
for the files to require, please check following links for more information:
48-
[for 5.0 users](https://github.com/joliss/jquery-ui-rails/blob/v5.0.5/README.md),
49-
[for 4.2 users](https://github.com/joliss/jquery-ui-rails/blob/v4.2.1/README.md).
48+
[for 5.0 users](https://github.com/jquery-ui-rails/jquery-ui-rails/blob/v5.0.5/README.md),
49+
[for 4.2 users](https://github.com/jquery-ui-rails/jquery-ui-rails/blob/v4.2.1/README.md).
5050

5151
All images required by jQuery UI are automatically served through the asset
5252
pipeline, so you are good to go! For example, this code will add a
@@ -132,7 +132,7 @@ application.css as well.
132132

133133
Datepicker has optional i18n modules for non-US locales, named
134134
`jquery-ui/datepicker-xx[-YY]`
135-
([list](https://github.com/joliss/jquery-ui-rails/tree/master/app/assets/javascripts)),
135+
([list](https://github.com/jquery-ui-rails/jquery-ui-rails/tree/master/app/assets/javascripts)),
136136
for example:
137137

138138
```javascript
@@ -142,7 +142,7 @@ for example:
142142

143143
Note that you still need to include the main datepicker module. It is not
144144
required automatically[for performance
145-
reasons](https://github.com/joliss/jquery-ui-rails/issues/9#issuecomment-6524987).
145+
reasons](https://github.com/jquery-ui-rails/jquery-ui-rails/issues/9#issuecomment-6524987).
146146

147147
###Effects
148148

@@ -231,7 +231,7 @@ The `jquery-ui-rails` gem should work in Ruby 1.8.7 apps. To run the rake
231231
tasks, you need Ruby 1.9 however.
232232

233233
```bash
234-
git clone git://github.com/joliss/jquery-ui-rails.git
234+
git clone git://github.com/jquery-ui-rails/jquery-ui-rails.git
235235
cd jquery-ui-rails
236236
git submodule update --init
237237
bundle install

‎Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ task :javascripts => :submodule do
140140
end
141141

142142
# process the i18n files separately for performance, since they will not have dependencies
143-
# https://github.com/joliss/jquery-ui-rails/issues/9
143+
# https://github.com/jquery-ui-rails/jquery-ui-rails/issues/9
144144
Dir.glob("jquery-ui/ui/i18n/*.js").eachdo |path|
145145
basename=File.basename(path)
146146
File.open("#{target_ui_dir}/i18n/#{basename}","w")do |out|

‎jquery-ui-rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
66
s.version=Jquery::Ui::Rails::VERSION
77
s.authors=["Jo Liss"]
88
s.email=["joliss42@gmail.com"]
9-
s.homepage="https://github.com/joliss/jquery-ui-rails"
9+
s.homepage="https://github.com/jquery-ui-rails/jquery-ui-rails"
1010
s.summary="jQuery UI packaged for the Rails asset pipeline"
1111
s.description="jQuery UI's JavaScript, CSS, and image files packaged for the Rails 3.1+ asset pipeline"
1212
s.license="MIT"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp