Carlos Antonio da Silva
7c858b03a9
Require I18n >= 0.6.9
...
The option enforce_available_locales is only available on latest
versions, so require the last available one which has the option +
other related fixes and should not have backward compatibility issues.
2013-12-17 09:06:57 -02:00
Godfrey Chan
849dbb5da8
Upgrade minitest version
...
We made a change in #13213 that depends on a new file that's only in
minitest 5.1.0+, so the version should be updated.
2013-12-08 07:35:19 -08:00
Godfrey Chan
78cd3b0e53
Requires JSON gem version 1.7.7 or above as it contains an important
...
security fix.
2013-11-26 22:17:50 -08:00
Erik Michaels-Ober
9d664b18df
Update tzinfo dependency to ~> 1.1
...
Include the tzinfo-data in the generated Gemfile on Windows.
2013-11-10 06:52:16 -05:00
Aaron Patterson
9fef7c8dc9
Merge pull request #10527 from zenspider/squishy_minitest5
...
Squishy minitest5
2013-05-16 13:41:54 -07:00
Erik Michaels-Ober
ce4456fde6
Replace multi_json with json
2013-05-11 21:43:48 -07:00
Ryan Davis
0809c09c34
tweak dependencies
2013-05-08 16:44:05 -07:00
kennyj
4ed4cfd5ed
Bump TZInfo version to 0.3.37 based on version v2013b of the underlying tz data.
2013-03-26 02:12:49 +09:00
Xavier Noria
ddd2c75b26
Revert "instruct RDoc to only parse Ruby files under lib [ Fixes #9779 ]"
...
This reverts commit c24528fbc9
.
2013-03-18 21:19:47 +01:00
Xavier Noria
c24528fbc9
instruct RDoc to only parse Ruby files under lib [ Fixes #9779 ]
2013-03-18 20:36:32 +01:00
Carlos Antonio da Silva
9126d53a07
Enforce i18n version >= v0.6.4
...
Keep in sync with 3-2-stable.
2013-02-27 21:08:27 -03:00
Santiago Pastorino
2fa9c8881f
We want i18n >= 0.6.2 but < 1.0
2013-02-26 16:14:00 -02:00
Guillermo Iguaran
80f7975e43
Bump i18n version to 0.6.2
2013-02-25 18:03:27 -05:00
Akira Matsuda
18c57c79ef
Bump up minitest dependency and remove our own reinvented version of ParallelEach
2013-02-19 00:08:16 +09:00
thedarkone
45448a5788
Replace some global Hash usages with the new thread safe cache.
...
Summary of the changes:
* Add thread_safe gem.
* Use thread safe cache for digestor caching.
* Replace manual synchronization with ThreadSafe::Cache in Relation::Delegation.
* Replace @attribute_method_matchers_cache Hash with ThreadSafe::Cache.
* Use TS::Cache to avoid the synchronisation overhead on listener retrieval.
* Replace synchronisation with TS::Cache usage.
* Use a preallocated array for performance/memory reasons.
* Update the controllers cache to the new AS::Dependencies::ClassCache API.
The original @controllers cache no longer makes much sense after @tenderlove's
changes in 7b6bfe84f3
and f345e2380c
.
* Use TS::Cache in the connection pool to avoid locking overhead.
* Use TS::Cache in ConnectionHandler.
2012-12-14 12:18:47 +01:00
Jeremy Kemper
8110035623
Revert "Omit directories from gemspec.files for RubyGems 2 compat."
...
Obviated by rubygems/rubygems@486ed83cc8
This reverts commit bb8923dee0
.
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
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
Francesco Rodriguez
ca519eeb40
bump minitest version ~> 4.1.0
2012-10-05 21:42:02 -05:00
Erik Michaels-Ober
a6e09a53ae
Update minitest dependency to ~> 4.0
2012-09-28 18:06:39 -07:00
Aaron Patterson
6f74d36c42
activesupport gem dependencies should reflect the versions we actually use
2012-07-04 11:16:21 -07:00
kennyj
cbca13c98b
Bump tzinfo gem.
2012-06-17 23:51:22 +09:00
Matt Griffin
6c7b250ac0
Add license field to gemspecs, by Matt Griffin
2012-05-23 09:22:25 -07:00
Jeremy Kemper
625f4b9199
Relax multi_json dependency to allow any 1.3 -> 1.x instead of just 1.3.x
2012-04-16 08:55:43 -07:00
Arun Agrawal
57baa0e97a
fixed broken build after multi_json upgrade
...
Multi_json also upgraded.
2012-04-16 19:11:32 +05:30
kennyj
e43b0251ec
Bump tzinfo. 0.3.31 was released on November 6, 2011.
2012-02-10 02:32:28 +09:00
kennyj
63dc9b46b1
Fix GH #4909 . Dependency on TZInfo move from AR to AS.
2012-02-10 01:38:12 +09:00
kennyj
0b81304b71
Fix GH #3743 . We must specify rdoc option's encoding.
2012-01-12 01:11:38 +09:00
Rahul P. Chaudhari
e883c06a4f
Updated gemspec for ruby 1.9.3
2011-12-21 11:09:01 +05:30
Franck Verrot
1679aa56f3
Synchronize the gemspecs since CHANGELOG has been renamed to CHANGELOG.md
2011-11-04 14:46:39 +01:00
Franck Verrot
4633772a12
Add the MIT-LICENSE to the Active Support gemspec
2011-05-25 15:32:15 +02:00
José Valim
62d9c831be
Depend on I18n ~> 0.6
2011-05-22 13:38:00 +02:00
José Valim
d5646e842f
Move I18n dependency back to ActiveSupport.
2011-05-22 13:31:19 +02: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
José Valim
85b8a88d87
Relax this dependency a bit.
2011-05-04 19:30:23 +02:00
Josh Kalderimis
1233e09b7d
bump multi_json dependency
2011-04-26 17:54:41 +02:00
Josh Kalderimis
b24621809e
remove MultiJson from the Gemfile and instead add the current rc to the AS gemspec
2011-04-19 16:34:34 +02:00
Santiago Pastorino
99da42c299
Gem::Specification#has_rdoc= is deprecated since rubygems 1.7.0
2011-04-02 00:35:33 -03:00
Santiago Pastorino
d16c5cc99b
Change some missing README -> README.rdoc
2010-07-22 01:47:06 +08:00
Santiago Pastorino
57144388f0
Unforce memcache from AS
...
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-06-01 10:46:05 +02:00
Santiago Pastorino
31e1445a81
Unforce builder from AS
...
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-06-01 10:45:51 +02:00
Santiago Pastorino
0bed93be25
Unforce tzinfo from AS
...
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-06-01 09:16:19 +02:00
Santiago Pastorino
1854209bb3
Unforce i18n from AS
...
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-05-31 12:56:25 +02:00
José Valim
f1ae0321fa
Use I18n 0.4.0
2010-05-27 23:50:34 +02:00
José Valim
36fc489aa3
Update I18n gem to 0.4.0.beta1 [ #4525 state:resolved].
2010-05-03 13:45:36 +02:00
José Valim
6b559474fb
Depend on the I18n 0.4.0.beta.
2010-04-30 16:22:18 +02:00
David Heinemeier Hansson
d956003fa4
Neat and tidy, I say
2010-04-01 13:46:04 -07:00
José Valim
b92963f9f8
Use latest I18n (0.3.6).
2010-03-23 23:53:38 +01:00
Jeremy Kemper
9ee600fe0c
Allow memcache-client 1.8.0
2010-03-15 15:38:28 -07:00
José Valim
07cf49aadf
Optimize and clean up how details key get expired.
2010-03-10 22:13:29 +01:00