Activity for rubycollect4j

  • GitHub committed [f3c1ea]

    Update README.md

  • WMW WMW committed [65f276]

    Add JavaDoc

  • WMW WMW committed [beff27]

    Resolve warnings

  • WMW WMW committed [398ad4]

    Add RubyFile::empty? and RubyDir::empty?

  • WMW WMW committed [8294e2]

    Add .keep

  • WMW WMW committed [676ba5]

    Remove deprecated methods

  • WMW WMW committed [e53f09]

    Update release notes

  • WMW WMW committed [a154b9]

    Add RubyHash#compact & compact!

  • WMW WMW committed [8df5e7]

    Refine RubyKernel#p

  • WMW WMW committed [69da50]

    Add static method RubyFile::open(String, Mode)

  • WMW WMW committed [3c5c16]

    Add RubyHash#fetchValues

  • WMW WMW committed [5cea6c]

    Modify RubyEnerable#toH to generic ways

  • WMW WMW committed [25770e]

    Apply Java 8 Objects.requireNonNull and forEach

  • WMW WMW committed [684f89]

    Add RubyHash#transformValues & transformValues!

  • WMW WMW committed [3cfe73]

    Apply Java 8 Lambda function

  • WMW WMW committed [2eadbc]

    v2.0 GA

  • WMW WMW committed [c2a1e9]

    Finish Ruby class

  • WMW WMW committed [c49bbd]

    Update README.md

  • WMW WMW committed [9f556d]

    Remove RubyString#chars

  • WMW WMW committed [bc8696]

    Update README.md

  • WMW WMW committed [ec27a6]

    Increase API flexibility

  • WMW WMW committed [03292c]

    Fix Derictive H, h bug

  • WMW WMW committed [f7cd6a]

    Throws Exception for Packer if there are too fe...

  • WMW WMW committed [4e33b9]

    Add more tests

  • WMW WMW committed [14ddaa]

    [maven-release-plugin] prepare for next develop...

  • WMW WMW committed [ad4d65]

    Add Java 7 SafeVarargs annotation

  • WMW WMW committed [071878]

    [maven-release-plugin] prepare for next develop...

  • WMW WMW committed [49981a]

    Change Directive H,h,B,b to use ASCII-8bit enco...

  • WMW WMW committed [82d6a2]

    Fix the bug of Unpack#unpack("c*") on empty String

  • WMW WMW committed [935ea7]

    Fix RubyString#unpack Drective H,h,B,b bugs

  • WMW WMW committed [d64a25]

    Add static factory methods #of, #copyOf to Ruby...

  • WMW WMW committed [bf091c]

    [maven-release-plugin] prepare release rubycoll...

  • WMW WMW committed [a086c6]

    Update release-notes

  • WMW WMW committed [65ac1f]

    [maven-release-plugin] prepare release rubycoll...

  • WMW WMW committed [f95e7a]

    Change RubyArray#copyOf(List) to RubyArray#copy...

  • WMW WMW committed [743f47]

    Add missing tests

  • WMW WMW committed [330a5c]

    Update JavaDoc

  • WMW WMW committed [b611a0]

    Add missing @Override

  • WMW WMW committed [4d6fed]

    Modify RubyKernel#p behavior toward primitive a...

  • WMW WMW committed [650db1]

    Correct behavior

  • WMW WMW committed [cdf988]

    Trim JavaDoc

  • WMW WMW committed [39a8dd]

    Add Boolean.False detection to RubyEnumerable#a...

  • WMW WMW committed [b5b5e2]

    Update RubyCollect4JTests

  • WMW WMW committed [0eb9bd]

    Upgrade pom

  • WMW WMW committed [9315a7]

    [maven-release-plugin] prepare release rubycoll...

  • WMW WMW committed [463df3]

    Add @SafeVarargs

  • WMW WMW committed [58ce4b]

    Fix typo

  • WMW WMW committed [033dc1]

    Enhence RubySrtring JavaDoc

  • WMW WMW committed [9b545f]

    [maven-release-plugin] prepare release rubycoll...

  • WMW WMW committed [953196]

    Add RubyArray#flatten(int)

  • WMW WMW committed [c8b166]

    Update JavaDoc

  • WMW WMW committed [2f1a9b]

    Add author

  • WMW WMW committed [6f976c]

    [maven-release-plugin] prepare release rubycoll...

  • WMW WMW committed [b04276]

    Update README.md

  • WMW WMW committed [c24c21]

    Add RubySet

  • WMW WMW committed [4eee74]

    [maven-release-plugin] prepare for next develop...

  • WMW WMW committed [83fa8e]

    Add toH method to Enumerable

  • WMW WMW committed [9c6637]

    Add RubyIO::open(File) and RubyIO::open(InputSt...

  • WMW WMW committed [ff4260]

    Improve the JavaDoc of RubyEnumerator & RubyLaz...

  • WMW WMW committed [4a2997]

    Add sliceAfter method to Enumerable

  • WMW WMW committed [eb4d2e]

    Improve code readability

  • WMW WMW committed [70c97d]

    Improve the quality of entire JavaDoc

  • WMW WMW committed [52164b]

    Refactor interal codes

  • WMW WMW committed [f32596]

    Remove deprecated methods

  • WMW WMW committed [67466a]

    Improve codes

  • WMW WMW committed [509c32]

    Ready to release Version 1.8.0

  • WMW WMW committed [7e9d75]

    Add GrepV method to Enumerable

  • WMW WMW committed [fa5ef8]

    [maven-release-plugin] prepare for next develop...

  • WMW WMW committed [f55264]

    Add failOnError = false to JavaDoc Plugin

  • WMW WMW committed [828940]

    [maven-release-plugin] prepare for next develop...

  • WMW WMW committed [cb2d97]

    Update README.md

  • WMW WMW committed [a3d947]

    Change RubyDate::now to RubyDate::current

  • WMW WMW committed [e2e0bb]

    Trim codes

  • WMW WMW committed [d6bd79]

    Fix the potential bug of new RubyString(CharSeq...

  • WMW WMW committed [aed2d0]

    Update README.md

  • WMW WMW committed [f90651]

    Complete RubyIterables & RubyStrings tests

  • WMW WMW committed [336e9c]

    Deprecate RubyCollections#newRubyString

  • WMW WMW committed [314ead]

    Update README.md

  • WMW WMW committed [5c35d9]

    Avoid potential NUL char comparison bug

  • WMW WMW committed [66b181]

    Add rewind() and peek() to Ruby.Enumerator inte...

  • WMW WMW committed [d2a487]

    Increase RubyCollections::rh from 20 to 26 key-...

  • WMW WMW committed [6e1d79]

    Add sliceWhen method to Enumerable

  • WMW WMW committed [f54271]

    [maven-release-plugin] prepare release rubycoll...

  • WMW WMW committed [88db15]

    Update JavaDoc

  • WMW WMW committed [020ebc]

    Add ChunkWhile method to Enumerable

  • WMW WMW committed [11b0c6]

    Add RubyEnumerable::of, RubyEnumerable::copyOf,...

  • WMW WMW committed [044792]

    Add ASCII8BitUTFTest

  • WMW WMW committed [c636ca]

    Add version badge to README.md

  • WMW WMW committed [be05cf]

    Remove RubyEnumerable::of & RubyEnumerable::copyOf

  • WMW WMW committed [9af11b]

    [maven-release-plugin] prepare for next develop...

  • WMW WMW committed [6bfa21]

    Add RubyIterables & RubyStrings

  • WMW WMW committed [a04429]

    Update README.md

  • WMW WMW committed [1d0575]

    Fix JavaDoc

  • WMW WMW committed [c538f0]

    Add test

  • WMW WMW committed [d86b3e]

    Add test

  • WMW WMW committed [50fbed]

    Fix RubySet#flatten bug

  • WMW WMW committed [845a5e]

    [maven-release-plugin] prepare release rubycoll...

  • WMW WMW committed [6eb04a]

    Remove newRubyRange

  • WMW WMW committed [c9b2bb]

    [maven-release-plugin] prepare release rubycoll...

  • WMW WMW committed [63babb]

    Update pom.xml

1 >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.