35 Commits

Author SHA1 Message Date
Akira Matsuda
bfaaa31752 Let the "homepage" be where the code is hosted at 2016-03-15 09:20:00 +09:00
Kasper Timm Hansen
04fc4cb89d Allow rails-dom-testing 2
If users are running rails-dom-testing via a GitHub entry, Bundler can't find compatible releases for it
and jquery-rails.

Fix by allowing version 2, but also restrict any version 3 as a safety measure.
2016-01-16 16:26:03 +01:00
Rafael Mendonça França
5266a1532c Merge pull request #195 from nicolasleger/patch-2
Specify required Ruby version
2015-09-01 02:25:19 -03:00
takiy33
bcfdcc574a Remove rubyforge_project option 2015-06-23 00:39:26 +09:00
Nicolas Leger
c09fb0a805 Specify required Ruby version 2015-06-12 10:26:39 +02:00
Godfrey Chan
dca5893b35 Depend on released Rails 4.2 2014-12-19 15:47:54 -08:00
Rafael Mendonça França
ad7109038a Allow to use with Rails 5 2014-11-28 17:09:14 -02:00
Rafael Mendonça França
e7789c2abf Merge pull request #169 from rubys/42-selector-assertions-take2
Replace HTML::Document with Nokogiri
2014-09-01 21:25:31 -03:00
Lucas Mazza
4f70054b66 Remove support for Rails 3/Rails 3.1 apps. 2014-09-01 13:17:48 -03:00
Godfrey Chan
1c5920bf29 master is now 4.x, targeting Rails 4.2+ 2014-08-29 20:05:10 -07:00
Sam Ruby
94298a39bd Replace HTML::Document with Nokogiri
Inject into Rails::Dom::Testing::Assertions::DomAssertions

Explicit require statement increases the likelihood that further changes in
module names will be detected early.

Gem dependency on rails-dom-testing will ensure that this change is only
picked up with versions of Rails that are compatible with rails-dom-testing.
2014-08-28 14:03:35 -04:00
Benjamin Quorning
21ca5322fe Update gemspec to reflect Rails 4 compatibility 2014-05-08 11:08:11 +02:00
Jordi Massaguer Pla
91c39e8b5a add license information to the gemspec
This way we can get it when using rubygems.org API
2013-02-04 12:45:55 +01:00
Gabe da Silveira
5e183d2a83 Use Rails style of capping thor version limit
I assume Valim et al have a better idea about Thor's future than me, so
< 2.0 it is.
2012-10-16 20:11:01 -07:00
Gabe da Silveira
47c3223510 Loosen thor requirement 2012-10-16 19:54:11 -07:00
Ben Atkins
6917459662 Fixing the gem so that if the rails version is 3.0.x, or if the asset pipeline is disabled (for rails >= 3.1), it will load a railtie that causes the minified version(s) of the javascript files to be included into the :defaults javascript group when the app is run in 'production' or 'test' mode. Modifying the README to be more informative as to it's functionality. Also decreasing minimum version of railties back to 3.0 since this change will support the old Rails >= 3.0. 2012-10-01 13:25:12 -04:00
Steve Schwartz
a56ff511c8 Changed min rails dependency to 3.1 instead of 3.2 2012-08-16 13:53:37 -04:00
Jo Liss
2d78b94681 Fix s.executables expression
It's not used in jquery-rails, but this way people copying from us will
have the right code.
2012-03-04 15:41:33 +01:00
Steve Schwartz
9f676b2743 Merge branch 'master' of https://github.com/arkxu/jquery-rails into arkxu-master 2012-02-28 18:31:11 -05:00
Steve Schwartz
68276416e1 Removed extraneous stuff from Gemfile causing dependency errors 2012-02-28 18:30:47 -05:00
arkxu
42845027e5 should not rely on beta, that would conflict with specific rails 3.2.x version 2012-02-27 15:48:05 -08:00
José Valim
ca016ce23f Bump dependency. 2011-12-20 17:37:30 +01:00
Andre Arko
a38fda7e9a convention dictates lib/jquery/rails over lib/jquery-rails 2011-05-26 13:42:00 -07:00
Andre Arko
8800c15e7d lower rails dependency to just railties 2011-05-06 12:52:19 -07:00
Andre Arko
9e4c9fdd9e drop the gem dep back down to rails 3.0 now that it works with both 2011-05-03 20:09:18 -07:00
Andre Arko
42cc7396a0 Rails 3.1 is just a beta right now 2011-05-03 17:10:37 -07:00
Andre Arko
b632ec6a71 rails 3.1 is a beta right now 2011-05-03 16:50:15 -07:00
Andre Arko
7f678323d2 Rails 3.1 and asset pipelines 2011-05-02 23:21:47 -07:00
Andre Arko
74718bc011 Explicitly depend on thor ~>0.14.4 so we can get() HTTPS urls 2010-11-04 10:19:10 -07:00
Andre Arko
f7a7f13b43 Webmock! Now tests don't actually download jQuery over and over 2010-10-16 23:52:14 -07:00
Andre Arko
c6fa9385a9 Merge test/ into spec/, add rspec dev dep and rake task 2010-10-13 11:10:06 -07:00
Andre Arko
9e3d323260 Epiphany time: I expect the Railtie API to work for all 3.x releases. No need for an edge Rails branch. 2010-10-08 14:45:21 -07:00
Andre Arko
da57404b7a Update to Rails 3 and Bundler 1 finals 2010-09-02 19:18:17 -07:00
Andre Arko
e76ae48c7d Gemspec, right 2010-08-16 12:35:20 -07:00
Andre Arko
7d6abaeb4a First try. I think it works? 2010-08-16 12:31:38 -07:00