GitHub / reactormonk/extlib / commits
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| f54d775f | Explicitly require "uri" for 1.9.2-preview3+ | Dan Kubb <d****b@g****m> | about 16 years ago | |
| 53055ee0 | Added specs for extra singularization rules | Dan Kubb <d****b@g****m> | about 16 years ago | |
| 3dc07e63 | Fixed incorrect spec names | Dan Kubb <d****b@g****m> | about 16 years ago | |
| f392832f | Updated gemspec | Dan Kubb <d****b@g****m> | about 16 years ago | |
| 0516ecb6 | Added exception for inflection of drive <-> drives | Dan Kubb <d****b@g****m> | about 16 years ago | |
| 268063f2 | Fixed incorrect spec name | Dan Kubb <d****b@g****m> | about 16 years ago | |
| 573577ef | Sorted inflection word exceptions alphabetically | Dan Kubb <d****b@g****m> | about 16 years ago | |
| 4652aae7 | Minor formatting change to inflection rule definitions | Dan Kubb <d****b@g****m> | about 16 years ago | |
| f1ee5a5f | Updated rake/rcov tasks to match other DM gems | Dan Kubb <d****b@g****m> | over 16 years ago | |
| 25c50e38 | Added paths to ignore in coverage reports | Dan Kubb <d****b@g****m> | over 16 years ago | |
| bdb8b8f9 | Update the copyright date | Dan Kubb <d****b@g****m> | over 16 years ago | |
| 72078047 | Changed usage of be_true and be_false to be(true) and be(false) in specs | Dan Kubb <d****b@g****m> | over 16 years ago | |
| b1821716 | Bumped version to 0.9.16 | Dan Kubb <d****b@g****m> | over 16 years ago | |
| 7d147829 | Minor simplification of Object#make_module | Dan Kubb <d****b@g****m> | over 16 years ago | |
| 1f7e23d8 | Change constant name in spec to avoid naming collisions with other specs | Dan Kubb <d****b@g****m> | over 16 years ago | |
| 59c2e92a | Stripped whitespace | Dan Kubb <d****b@g****m> | over 16 years ago | |
| 0b5d9a44 | Updated json_pure dependency to ~> 1.4 | Dan Kubb <d****b@g****m> | over 16 years ago | |
| 9dee1c34 | Minor .gitignore tweak for Gemfile.lock and Gemfile.local | Dan Kubb <d****b@g****m> | over 16 years ago | |
| 3d08f9fc | Updated .gitignore to be more consistent | Dan Kubb <d****b@g****m> | over 16 years ago | |
| 32535f61 | Removed rcov and yard as development dependencies | Dan Kubb <d****b@g****m> | over 16 years ago | |
| c501d398 | Update gemspec with local object space | Dirkjan Bussink <d****k@g****m> | over 16 years ago | |
| 4f9d475c |
Fix Hash#to_params to URI encode query keys and values
Signed-off-by: Dan Kubb <d****b@g****m> |
Brad Greenlee <b****d@w****m>
Committed by: Dan Kubb <d****b@g****m> |
over 16 years ago | |
| 2ed98cc4 | Rework Extlib::Hook to not use ObjectSpace._id2ref, thnx to sundbp | Dirkjan Bussink <d****k@g****m> | over 16 years ago | |
| e612724d | Bumped version to 0.9.15 | Dan Kubb <d****b@g****m> | over 16 years ago | |
| 5d74466c | Call super from method_added type methods | Dan Kubb <d****b@g****m> | over 16 years ago | |
| 43477178 | Bump dependency versions | Dirkjan Bussink <d****k@g****m> | over 16 years ago | |
| e59dc855 | Makes extlib cherry pickable |
snusnu <g****a@g****m>
Committed by: Dan Kubb <d****b@g****m> |
over 16 years ago | |
| 1c355d7a | Removed rubyforge release task | Dan Kubb <d****b@g****m> | over 16 years ago | |
| 49d5ed3d | Regenerated gemspec for version 0.9.14 | Dan Kubb <d****b@g****m> | over 16 years ago | |
| 6773b0ac | Updated .gitignore and added .document meta data | Dan Kubb <d****b@g****m> | over 16 years ago | |
| fe7b1a19 | Updated README to be more helpful | Dan Kubb <d****b@g****m> | over 16 years ago | |
| 3f64fd93 | Fixed YARD docs | Dan Kubb <d****b@g****m> | over 16 years ago | |
| de9f46a8 | Fixed doc task name | Dan Kubb <d****b@g****m> | over 16 years ago | |
| 2e855838 | Updated gemspec | Dan Kubb <d****b@g****m> | over 16 years ago | |
| d78f174a | Regenerated gemspec | Dan Kubb <d****b@g****m> | almost 17 years ago | |
| 461904ea | Added missing files | Dan Kubb <d****b@g****m> | almost 17 years ago | |
| c3dfaa01 | Load tasks only if Jeweler is installed | Dan Kubb <d****b@g****m> | almost 17 years ago | |
| 423119c7 | Changed gem dependency to use json_pure instead of json | Dan Kubb <d****b@g****m> | almost 17 years ago | |
| 3f23656c | Converted to use Jeweler | Dan Kubb <d****b@g****m> | almost 17 years ago | |
| 4e2439a6 | Simplify LazyArray by not undeffing methods and defining proxies | Dirkjan Bussink <d****k@g****m> | almost 17 years ago | |
| 7d3ef077 | Ensure LazyArray#nil? does not lazy load | Dan Kubb <d****b@g****m> | almost 17 years ago | |
| 2c52dd2e | Don't rely on $LOADPATH too much in Rakefile | snusnu <g****a@g****m> | almost 17 years ago | |
| 6a3c87ae | empty? is not the reverse of any? | Dirkjan Bussink <d****k@g****m> | almost 17 years ago | |
| ce5fce14 | Ensure a LazyArray is Enumerable | Dan Kubb <d****b@g****m> | almost 17 years ago | |
| 7b8dd4e5 | Updated "NameACRONYM".snake_case to return "name_acronym" | Dan Kubb <d****b@g****m> | almost 17 years ago | |
| 869b3762 | Use Object#__send__ rather than Object#send to call object methods | Dan Kubb <d****b@g****m> | almost 17 years ago | |
| fd32acba |
use tr rather than gsub where appropriate
Signed-off-by: Dan Kubb <d****b@g****m> |
Rob Holland <r****b@i****m>
Committed by: Dan Kubb <d****b@g****m> |
almost 17 years ago | |
| 50105006 | Fixed release date mistake | Dan Kubb <d****b@g****m> | almost 17 years ago | |
| 9c0ba0b6 | Removed rake ci task | Dan Kubb <d****b@g****m> | almost 17 years ago | |
| 7d0d663c | Bumped version to 0.9.14 | Dan Kubb <d****b@g****m> | almost 17 years ago | |
| bd0bbe82 | Updated History to include enhancements since last release | Dan Kubb <d****b@g****m> | almost 17 years ago | |
| fb542f81 | Updated LazyArray#pop and LazyArray#shift to pass arguments to Array | Dan Kubb <d****b@g****m> | almost 17 years ago | |
| 390ba299 | Add lib path to spec task and spec_helper | Dirkjan Bussink <d****k@g****m> | almost 17 years ago | |
| 916f18e8 | Make extlib nicer too | Dirkjan Bussink <d****k@g****m> | almost 17 years ago | |
| 53b36ae4 | merge Merge branch 'master' into next | Dan Kubb <d****b@g****m> | almost 17 years ago | |
| 2f0c9a0d | tableize method wasn't handling pluralizing of exeptional cases. |
Chris Ottrey <o****y@g****m>
Committed by: Dan Kubb <d****b@g****m> |
about 17 years ago | |
| 39e263f4 | collect looks neater than an inject |
Chris Ottrey <o****y@g****)>
Committed by: Dan Kubb <d****b@g****m> |
about 17 years ago | |
| d55a08bb | Allow for singularize exceptions of names in classify: |
Chris Ottrey <o****y@g****)>
Committed by: Dan Kubb <d****b@g****m> |
about 17 years ago | |
| eae4f97d | Use Array#join to get the log string rather than Array#to_s | Dan Kubb <d****b@g****m> | about 17 years ago | |
| 250364b4 | Simplified LazyArray#initialize_copy | Dan Kubb <d****b@g****m> | about 17 years ago | |
| 1b4526d5 | Don't require rubygems explicitly | Dirkjan Bussink <d****k@g****m> | about 17 years ago | |
| 9f04a08a | Time#to_datetime should include the timezone | Dirkjan Bussink <d****k@g****m> | about 17 years ago | |
| ef8fe740 | Refactored Time#to_datetime to not use DateTime.parse | Dan Kubb <d****b@g****m> | about 17 years ago | |
| edb5545b | Removed LazyArray#add alias for LazyArray#<< | Dan Kubb <d****b@g****m> | about 17 years ago | |
| 7e3622fb | Updated require statements to be consistent in specs | Dan Kubb <d****b@g****m> | about 17 years ago | |
| 99f7285e | Updated require statements to be consistent in specs | Dan Kubb <d****b@g****m> | about 17 years ago | |
| 819af74c | merge Merge branch 'master' into next | Dan Kubb <d****b@g****m> | over 17 years ago | |
| 64dc2339 | Made LazyArray#head, LazyArray#tail and LazyArray#lazy_possible? public | Dan Kubb <d****b@g****m> | over 17 years ago | |
| 8b1cf555 | Bump to new development version | Dirkjan Bussink <d****k@g****m> | over 17 years ago | |
| c7926f56 | merge Merge next branch due to 0.9.12 release | Dirkjan Bussink <d****k@g****m> | over 17 years ago | |
| 3b058721 | Sam is not longer maintaining it | Dirkjan Bussink <d****k@g****m> | over 17 years ago | |
| ddbf5c70 | Bump version and update History.txt | Dirkjan Bussink <d****k@g****m> | over 17 years ago | |
| 7123204a | Updated RSpec matchers to pass with JRuby and RSpec 1.2.4 | Dan Kubb <d****b@g****m> | over 17 years ago | |
| 0383ef67 | Updated idiom to remote predefined methods to use instance_methods(false) | Dan Kubb <d****b@g****m> | over 17 years ago | |
| 447409c5 | Actually assert constant lookup and be a bit more lenient in timing for jruby | Dirkjan Bussink <d****k@g****m> | over 17 years ago | |
| 1512415b | Use an assertion to enforce proper behavior. |
postmodern <p****3@g****m>
Committed by: Dan Kubb <d****b@a****m> |
over 17 years ago | |
| dbca47fc | Added a spec test to demonstrate the fixed bug in nested_const_lookup. |
postmodern <p****3@g****m>
Committed by: Dan Kubb <d****b@a****m> |
over 17 years ago | |
| fdcc0cf6 | When iteratively resolving constants, always use the previously resolved cons... |
postmodern <p****3@g****m>
Committed by: Dan Kubb <d****b@a****m> |
over 17 years ago | |
| 03ddd4fc |
Added spec to find past the second level of nesting
Signed-off-by: Dan Kubb <d****b@a****m> |
Abhay Kumar <a****y@o****t>
Committed by: Dan Kubb <d****b@a****m> |
over 17 years ago | |
| c08caaff | Move ByteArray to Extlib module | Dirkjan Bussink <d****k@g****m> | over 17 years ago | |
| fbb8d6f3 |
fixed NameError Exception with to_time and to_datetime, when used with Active...
Signed-off-by: Dan Kubb <d****b@a****m> |
Hussein Morsy <h****n@m****e>
Committed by: Dan Kubb <d****b@a****m> |
over 17 years ago | |
| cd7ddd71 | Updated History.txt with changes since last release | Dan Kubb <d****b@a****m> | over 17 years ago | |
| 9f46fb7f | Updated History.txt with changes since last release | Dan Kubb <d****b@a****m> | over 17 years ago | |
| 4a6b7386 | Stripped whitespace | Dan Kubb <d****b@a****m> | over 17 years ago | |
| 4201237e | Rename Trait to LazyModule | Michael S. Klishin <m****l@n****m> | over 17 years ago | |
| 56ea7d1a | Introduce Trait, a lazy evaluated Module | Michael S. Klishin <m****l@n****m> | over 17 years ago | |
| 1c2961e5 | Expand $LOAD_PATH in extlib.rb | Michael S. Klishin <m****l@n****m> | over 17 years ago | |
| 94ac3ff6 | Object#try_call now takes optional number of arguments and passes 'em to #call | Michael S. Klishin <m****l@n****m> | over 17 years ago | |
| 6abe8fff | Introduce Object#try_call: calls the receiver if it is callable, returns rece... | Michael S. Klishin <m****l@n****m> | over 17 years ago | |
| bde21c42 | Alias Pathname#to_s to Pathname#to_str when not defined | Dan Kubb <d****b@a****m> | over 17 years ago | |
| 28b0349e | Minor Rakefile cleanup | Dan Kubb <d****b@a****m> | over 17 years ago | |
| a359c51f | Added rspec config file | Dan Kubb <d****b@a****m> | over 17 years ago | |
| a2272f97 | Fix installing stuff | Dirkjan Bussink <d****k@g****m> | over 17 years ago | |
| f1fc540f | Add ByteArray for representing binary data explicitly | Dirkjan Bussink <d****k@g****m> | over 17 years ago | |
| 74c7e267 | Silenced warnings running in VERBOSE mode | Dan Kubb <d****b@a****m> | over 17 years ago | |
| 9d1b58d8 |
Adding symbolize_keys in order to return a Hash with symbolized (instead of s...
Signed-off-by: Dan Kubb <d****b@a****m> |
Jacques Crocker <m****i@g****m>
Committed by: Dan Kubb <d****b@a****m> |
over 17 years ago | |
| e2e318c6 | Add detaching an instance from a pool | Dirkjan Bussink <d****k@g****m> | over 17 years ago | |
| 94addecd | Fixed bug with proxy to assignment methods | Dan Kubb <d****b@a****m> | over 17 years ago | |
| 04e21971 | Added Array#to_hash and Array#to_mash | Dan Kubb <d****b@a****m> | over 17 years ago | |
| e07e6649 | Fixed LazyArray#equal? to compare object_ids | Dan Kubb <d****b@a****m> | over 17 years ago |