summaryrefslogtreecommitdiff
path: root/Rakefile
Commit message (Collapse)AuthorAgeFilesLines
* Stop adding 'ext' paths to LOAD_PATHluislavena-stop-polluting-load-pathLuis Lavena2012-05-061-3/+1
| | | | | | | RubyGems will automatically copy the generated extension inside to 'lib' when doing `make install` This change let RubyGems do it's job and it works.
* Clean up code a bitFlorian Frank2012-02-111-58/+48
| | | | This should fix #117
* Use git ls-files to determine package filesFlorian Frank2011-11-231-2/+1
|
* Fix Rakefile to build JRuby bits using -target 1.5, for Java 1.5 and higher.Charles Oliver Nutter2011-09-141-1/+1
|
* Extract utils out of this library into json-utilsv1.6.0Florian Frank2011-09-131-7/+0
|
* Add some documentationv1.5.4Florian Frank2011-08-311-2/+6
|
* Try to include RbConfig if it existsFlorian Frank2011-08-251-2/+7
|
* remove trailing spaces.Nobuyoshi Nakada2011-07-081-0/+2
| | | | * Rakefile (EXT_PARSER_SRC): remove trailing spaces.
* Appy patch by Laurent Arnoud <laurent@spkdev.net>Florian Frank2011-07-041-0/+1
| | | | Use Spruz::GO.go for options parsing
* Add rake as development dependencyFlorian Frank2011-07-041-0/+1
|
* Bump up version to 1.5.4Florian Frank2011-07-041-0/+15
|
* Make default rake target testFlorian Frank2011-07-041-1/+2
|
* clobber RakefileFlorian Frank2011-06-201-1/+1
|
* Use new PackageTask from rubygemsv1.5.2Florian Frank2011-06-151-4/+4
|
* renamed README -> README.rdocFlorian Frank2011-06-101-6/+6
|
* Create gemspec by defaultFlorian Frank2011-06-091-10/+10
|
* Adds development dependenciesFlorian Frank2011-05-111-1/+7
|
* Create gemspecsFlorian Frank2011-05-111-37/+17
| | | | Get rid of rake-compiler dependencies
* Support building of fat binary gemv1.5.1Florian Frank2011-01-261-1/+5
| | | | This should fix issue #51 on Windows
* Rubinius' strscan already has a @match ivarFlorian Frank2011-01-021-1/+1
|
* fixed test setupFlorian Frank2011-01-021-17/+15
|
* implement string matching for java parserFlorian Frank2011-01-021-119/+120
|
* build jruby extension with RakefileFlorian Frank2011-01-021-4/+8
|
* started to build jruby extension with RakefileFlorian Frank2010-09-231-48/+114
|
* prepare new versionFlorian Frank2010-08-181-7/+43
| | | | | fixed some warnings wrote some rake tasks to build jruby extension
* use sdocFlorian Frank2010-08-061-1/+1
|
* Revert "simplified build structure"v1.4.2Joshua Peek2010-04-281-15/+17
| | | | This reverts 76e017a1b8a042bcb682b68821cc33f29788cd9a commit.
* allow building of json_pure if extensiontask is not presentdevrandom2010-04-261-1/+3
|
* Merge branch 'rbx-fix'v1.4.0Florian Frank2010-04-231-1/+1
| | | | Supports rubinius now. Avoided depending on MRI internals too much.
* Merge commit '31132c364e92eb887f7d1c4178f71930a8e35c5d'Florian Frank2009-11-181-2/+2
|\ | | | | | | | | Conflicts: Rakefile
| * skip the... andFlorian Frank2009-11-181-2/+2
| |
* | Merge commit 'ed5ba79525c1c957483b3378f1956b58d55faf27'Florian Frank2009-11-181-2/+2
|\ \ | |/ | | | | | | Conflicts: Rakefile
| * added support for mingwFlorian Frank2009-11-181-2/+2
| |
| * don't use rubyforge as home any moreFlorian Frank2009-11-081-2/+2
| |
* | don't use rubyforge as home any moreFlorian Frank2009-11-081-2/+2
| |
* | simplified build structure, tweak bs iterationsFlorian Frank2009-11-071-21/+19
| |
* | changed docu title and headlinesFlorian Frank2009-11-071-5/+6
| |
* | start to use a faster string bufferFlorian Frank2009-10-261-0/+2
|/
* ignore .nfs.* filesFlorian Frank2009-10-211-1/+1
|
* PLATFORM -> RUBY_PLATFORM, don't exist in Ruby 1.9Florian Frank2009-10-191-1/+1
|
* Merge commit '457cef9a455aa1a6e4e5341e380df37c75de0d74'Florian Frank2009-10-191-3/+9
|\
| * Warn about the absence of rake-compiler if it's not installed.Ubiratan Pires Alberton2009-10-051-3/+9
| |
* | Merge branch 'master' of github.com:/flori/jsonFlorian Frank2009-10-191-1/+5
|\ \ | |/
| * When installing if it is JRuby then install the pure version.Abhi Yerra2009-09-221-1/+5
| | | | | | Signed-off-by: Florian Frank <flori@ping.de>
* | implemented utf sniffing, transcoding in parserFlorian Frank2009-10-161-22/+32
| | | | | | | | | | improved documentation added to changes
* | do not add to filesFlorian Frank2009-10-011-1/+1
|/
* add main doc file to extra_rdoc_filesFlorian Frank2009-08-311-0/+2
|
* added descriptionv1.1.8Florian Frank2009-08-261-0/+1
|
* renamed main doc fileFlorian Frank2009-08-241-5/+3
|
* initial commitFlorian Frank2009-08-241-0/+266