Commit Graph

62 Commits

Author SHA1 Message Date
Xavier Noria
9c5fb00141 let the rails gem ship with the README
The doc:rails application rake task needs this README.
2013-01-08 00:50:55 +01:00
Jeremy Kemper
e00b8ecf1a Bump bundler dep to 1.3.0.pre.4+ to introduce 'bundle binstubs <gem>' 2013-01-03 17:41:52 -07:00
Jeremy Kemper
8110035623 Revert "Omit directories from gemspec.files for RubyGems 2 compat."
Obviated by rubygems/rubygems@486ed83cc8

This reverts commit bb8923dee093b615615cdfb83b34d1b0bb254f25.
2012-12-09 17:14:27 -07:00
Jeremy Kemper
bb8923dee0 Omit directories from gemspec.files for RubyGems 2 compat.
RG2 packager expects each spec.files path to be a file and bombs when it tries to tarball a dir.

May revert if rubygems/rubygems#413 is accepted.
2012-12-08 17:18:46 -07:00
claudiob
626086a3c6 Revert "rails gem has no lib directory to require"
This reverts commit 6bcbd6046f82c5f0114249a6b725f9679a140b9a.

The default value for require_paths is ['lib'], and Rails does not
need to include any lib/ file to build the gem, so the previous
commit 'makes sense'. However, gems will not be built at all if
require_paths is empty (see https://gist.github.com/1065473), so
it's better to stick with the default, which does not have any
side-effects
2012-11-28 10:20:54 -08:00
Akira Matsuda
6bcbd6046f rails gem has no lib directory to require 2012-11-27 17:14:14 +09:00
Kentaro Kuribayashi
9a07996aed Depend bundler from => 1.2.2 to < 2.0 2012-11-16 23:13:27 +09:00
Kentaro Kuribayashi
65c2d2fa05 Updated dependency for bundler to ~> 1.2.2 2012-11-16 12:58:29 +09:00
Vinny Diehl
a96a176930 Clean up gemspecs
Organized the gemspec files a bit.

 * Made quotes more consistent (single quotes dominated, so I used
   that).
 * Moved license line down a line, separating it logically, and removed
   the extra whitespace before its = operator.
 * Minor whitespace fixes.
2012-11-08 19:09:43 -05:00
Carlos Antonio da Silva
18e979eea3 Update rails gemspec to use sprockets-rails 2.0.0.rc1
So that we can bundle and travis can run our tests.
2012-10-19 13:30:04 -03:00
Joshua Peek
b8c7e31a57 Switch to new sprockets-rails plugin 2012-10-15 18:22:12 -05:00
Piotr Sarnacki
5f99bdbec2 Require bundler 1.2 2012-08-31 20:59:15 +02:00
Matt Griffin
6c7b250ac0 Add license field to gemspecs, by Matt Griffin 2012-05-23 09:22:25 -07:00
Xavier Noria
6d87cd028b moves the guides up to the root directory 2012-03-17 08:32:49 -07:00
Guillermo Iguaran
4b333812ad Depend on sprockets-rails v1.0 2012-03-13 18:06:45 -05:00
Prem Sichanugrist
f1637bf2bb Remove Active Resource source files from the repository
Dear Active Resource,

It's not that I hate you or anything, but you didn't get much attention lately. There're so many alternatives out there, and I think people have made their choice to use them than you. I think it's time for you to have a big rest, peacefully in this Git repository.

I will miss you,

@sikachu.
2012-03-13 14:55:44 -04:00
José Valim
3742152310 Bump bundler dependency. 2012-03-09 22:10:43 +01:00
Guillermo Iguaran
461834b528 Bump rubygems required version to 1.8.11 (default version in 1.9.3-p0) 2012-01-21 11:56:35 -05:00
Rahul P. Chaudhari
e883c06a4f Updated gemspec for ruby 1.9.3 2011-12-21 11:09:01 +05:30
José Valim
11fa70dd09 Just provide the executable for railtie. This should be fine since Rubygems now warns before overriding them. 2011-09-12 09:05:11 -07:00
Andrew White
718542bb18 Revert "The rails gem doesn't have a lib directory - closes #1958."
RubyGems requires at least one require_path.

This reverts commit e7fc5d1cad27e47d3d0149a2b9a61d074c30f225.
2011-07-04 16:59:51 +01:00
Andrew White
e7fc5d1cad The rails gem doesn't have a lib directory - closes #1958. 2011-07-04 14:52:29 +01:00
Arun Agrawal
f72f591c8c Not updating rubyforge for new versions. Result of "gem list -d rails" is not useful. 2011-05-20 17:43:40 +05:30
Santiago Pastorino
9de8dea2e8 default_executable is deprecated since rubygems 1.7.0 2011-04-01 23:58:37 -03:00
David Heinemeier Hansson
0eb6e5e270 Moved Turn activation/dependency to railties 2011-03-31 16:20:59 -07:00
David Heinemeier Hansson
b27057731c Use Turn to format all Rails tests and enable the natural language case names 2011-03-31 12:11:03 -07:00
Yehuda Katz
7cc371a032 Allow bundler 1.1 (and 1.2, etc.) in Rails 1.0.2 and above 2010-11-12 18:36:55 -06:00
Santiago Pastorino
b44e2abd9f Bump bundler up to 1.0.3 2010-10-16 14:36:25 -02:00
David Heinemeier Hansson
e119aaecd6 Depend on Bundler 1.0 w/ tiny fixes 2010-08-29 13:25:52 -05:00
David Heinemeier Hansson
b983145dfc Depend on latest Bundler RC 2010-08-23 21:24:22 -05:00
Santiago Pastorino
03fc2f03cb Bump up bundler version to rc.2 2010-07-29 23:48:47 -03:00
David Heinemeier Hansson
3bdaa099ad Make Rails 3 RC depend on Bundler RC 2010-07-26 15:30:23 -05:00
Santiago Pastorino
8abcd49995 Bump up bundler 2010-07-26 06:42:44 +08:00
Łukasz Strzałkowski
06c74cf5fe Bump bundler to 1.0.0.beta.5
[#5102 state:committed]

Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
2010-07-15 13:52:59 -07:00
Jeremy Kemper
80e47d7b88 Revert "Revert "Bump bundler to 1.0.0.beta.3""
It's out for reals!

This reverts commit 951dbf06b4177b1c3d912213166ca0b14374a48b.
2010-07-09 20:55:59 -07:00
Jeremy Kemper
951dbf06b4 Revert "Bump bundler to 1.0.0.beta.3"
(It's not out yet)

This reverts commit 64cee90c0f6bbbb2a53ffe71655a7cee1e6c99be.
2010-07-08 10:59:05 -07:00
Jeremy Kemper
64cee90c0f Bump bundler to 1.0.0.beta.3 2010-07-08 10:53:06 -07:00
Jeremy Kemper
d7c1057652 Bump bundler dependency to 1.0.0.beta.2 or later 2010-07-01 10:44:53 -07:00
wycats
6ebc7c8ee6 Update bundler dependency 2010-06-08 18:10:18 -04:00
Felipe Rodrigues
a64bfc3c8e moved rails binary to rails gem, so rubygems can find specific versions of rails [#4382 state:resolved]
Signed-off-by: wycats <wycats@gmail.com>
2010-04-12 19:56:38 -07:00
Andre Arko
ca378659bc Update the Bundler snippet for 0.9.15 and above 2010-04-12 15:44:08 -07:00
David Heinemeier Hansson
d956003fa4 Neat and tidy, I say 2010-04-01 13:46:04 -07:00
David Heinemeier Hansson
d868cb4f8a Prep for beta2, depend on latest Bundler 2010-04-01 13:36:45 -07:00
wycats
f30b7a0903 Rails requires Rubygems 1.3.6 2010-03-09 23:44:12 -08:00
Stefan Penner
4bc2cbc3cf Load RAILS_VERSION relative to the gemspec file. 2010-03-06 21:33:28 -08:00
Bryan Helmkamp
deb00bcb8c Read Rails version from a file instead of modifying the load path and doing requires
Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
2010-03-04 21:25:52 -08:00
Jeremy Kemper
56ea20605a Wordsmith gem descriptions 2010-03-02 10:43:41 -08:00
Bryan Helmkamp
f221a6f19f Leverage VERSION constants from gemspecs to avoid tedious updates when releasing 2010-03-02 00:32:53 -05:00
Jeremy Kemper
1ff7e566fd Bump to Bundler 0.9.8. Remark on RubyGems 1.3.6 fix. 2010-02-25 16:55:42 -08:00
Mikel Lindsaar
5fe3dc4bf5 Adding ruby version spec to all gemspec files to at least 1.8.7
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-02-08 09:42:12 +01:00