Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hanya/RUNO
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: dvandersluis/rubyuno
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 25 files changed
  • 3 contributors

Commits on Jul 5, 2012

  1. Update Rakefile

    - Fix deprecation warnings
    - Add g++ out_flag for linux env
    - Added directories created by default task to rake clean
    - Removed rd_docs from default task
    Daniel Vandersluis committed Jul 5, 2012
    Configuration menu
    Copy the full SHA
    189caf1 View commit details
    Browse the repository at this point in the history
  2. Fix errors in cxx files

    Daniel Vandersluis committed Jul 5, 2012
    Configuration menu
    Copy the full SHA
    6b7e27c View commit details
    Browse the repository at this point in the history
  3. Fixed ruby module references.

    Daniel Vandersluis committed Jul 5, 2012
    Configuration menu
    Copy the full SHA
    21e0c29 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2012

  1. Converted RUNO into rubyuno gem. Added working extconf.rb to build th…

    …e extension
    Daniel Vandersluis committed Jul 6, 2012
    Configuration menu
    Copy the full SHA
    e38ff52 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2012

  1. Updated README

    Daniel Vandersluis committed Jul 7, 2012
    Configuration menu
    Copy the full SHA
    da00946 View commit details
    Browse the repository at this point in the history
  2. Fix Runtime::getTypes method

    Daniel Vandersluis committed Jul 7, 2012
    Configuration menu
    Copy the full SHA
    8e862cf View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2013

  1. Update to allow a command to be specified to spawn a new process

    Daniel Vandersluis committed Aug 14, 2013
    Configuration menu
    Copy the full SHA
    0104bcf View commit details
    Browse the repository at this point in the history
  2. Fix spawn_cmd option

    Daniel Vandersluis committed Aug 14, 2013
    Configuration menu
    Copy the full SHA
    9529aeb View commit details
    Browse the repository at this point in the history
  3. Fix spawn_cmd option

    Daniel Vandersluis committed Aug 14, 2013
    Configuration menu
    Copy the full SHA
    cb0cfb5 View commit details
    Browse the repository at this point in the history
  4. Fix office option for spawn

    Daniel Vandersluis committed Aug 14, 2013
    Configuration menu
    Copy the full SHA
    85eb557 View commit details
    Browse the repository at this point in the history
  5. %x -> system

    Daniel Vandersluis committed Aug 14, 2013
    Configuration menu
    Copy the full SHA
    f89ac9f View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2013

  1. Bump to 0.3.3.1

    Daniel Vandersluis committed Aug 15, 2013
    Configuration menu
    Copy the full SHA
    f63521b View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2014

  1. Fix syntax error in soffice command

    Specifically when you copy-pasted the `soffice` server command it would
    fail silently because of a space between the `-` and the `accept` flag.
    philippm committed Dec 3, 2014
    Configuration menu
    Copy the full SHA
    15f94b7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from philippm/soffice-instructions

    Fix syntax error in soffice command
    dvandersluis committed Dec 3, 2014
    Configuration menu
    Copy the full SHA
    c8e29ee View commit details
    Browse the repository at this point in the history
Loading