Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/twine.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-02Update version to 0.9.0v0.9.0Sebastian Celis
2016-03-02Merge pull request #143 from sebastianludwig/option_parsingSebastian Celis
2016-03-02Relying on and using more features of OptionParser and improved --help format...Sebastian Ludwig
2016-03-02Merge pull request #142 from sebastianludwig/unified_readingSebastian Celis
2016-03-02Fixed #137 by allowing unquoted keys in Apple string files.Sebastian Ludwig
2016-03-01Moved heavily redundant file opening logic (necessary to read string files) f...Sebastian Ludwig
2016-03-01Removed Ruby 1.9 leftovers since Twine requires Ruby 2.0.Sebastian Ludwig
2016-03-01Cleaned up Runner::consume_loc_dropSebastian Ludwig
2016-02-29Merge pull request #141 from sebastianludwig/android_output_foldersSebastian Celis
2016-02-29Merge pull request #140 from sebastianludwig/empty_resultsSebastian Celis
2016-02-28Properly prefixing Android output path with `values-`.Sebastian Ludwig
2016-02-28Logging a warning, if a file is skipped because it would be empty while gener...Sebastian Ludwig
2016-02-28Logging a warning, if a file is skipped because it would be empty while gener...Sebastian Ludwig
2016-02-28Moved write_all_files from Abstract formatter to Runner.Sebastian Ludwig
2016-02-28Raising an error if generate_string_file would create an empty file.Sebastian Ludwig
2016-02-28Inlined method that was only used once.Sebastian Ludwig
2016-02-28Removed Abstract::write_file, since formatters should focus on formatting. fo...Sebastian Ludwig
2016-02-28Renamed test cases to match the command line option they are testing (--valid...Sebastian Ludwig
2016-02-28Fixed typo.Sebastian Ludwig
2016-02-23Merge pull request #136 from sebastianludwig/android_langaugesSebastian Celis
2016-02-23Added more Android formatter language determination unit tests.Sebastian Ludwig
2016-02-23Fixed Android language determination. Closes #134.Sebastian Ludwig
2016-02-22Update version to 0.8.1.v0.8.1Sebastian Celis
2016-02-22Merge pull request #133 from sebastianludwig/duplicate_stringsSebastian Celis
2016-02-22Converted otherwise unused instance variables to local variables.Sebastian Ludwig
2016-02-22Added validate option to validate a strings file before generating any output.Sebastian Ludwig
2016-02-16Added pendantic option to validate-strings-file command and hid errors for ke...Sebastian Ludwig
2016-01-28Merge pull request #131 from sebastianludwig/runner_improvementsSebastian Celis
2016-01-26Split up reat_write_string_file.Sebastian Ludwig
2016-01-26Cleaned up Runner.Sebastian Ludwig
2016-01-20Merge pull request #129 from sebastianludwig/formatter_refactoringSebastian Celis
2016-01-19Removed initializer parameters from Abstract formatter because they were only...Sebastian Ludwig
2016-01-19Added legacy method for registering formatters back (was removed in 0403b17) ...Sebastian Ludwig
2016-01-18Merge pull request #128 from sebastianludwig/fixed_testsSebastian Celis
2016-01-18Changed fixtures to be independent of the gem version.Sebastian Ludwig
2016-01-18Better way of resetting formatters for every testSebastian Ludwig
2016-01-18Using instance methods instead of class constants to convey formatter capabil...Sebastian Ludwig
2016-01-18Letting the formatters register themselves.Sebastian Ludwig
2016-01-18Storing formatter instances in Twine::Formatters.formatters to make it easier...Sebastian Ludwig
2016-01-18Deleted unnecessary methods.Sebastian Ludwig
2016-01-18Refactored formattes to get rid of dynamic method dispatching.Sebastian Ludwig
2016-01-15Update required ruby version to 2.0.Sebastian Celis
2016-01-12Add license to gemspec.v0.8.0Sebastian Celis
2016-01-12Update twine to 0.8.0.Sebastian Celis
2016-01-12Merge pull request #125 from sebastianludwig/placeholdersSebastian Celis
2016-01-12Merge pull request #123 from sebastianludwig/no_skipSebastian Celis
2016-01-12Remove period from the list of valid characters.Sebastian Celis
2016-01-12Merge pull request #121 from sebastianludwig/validate_strings_fileSebastian Celis
2015-12-18Fixed tests for ruby 1.9.Sebastian Ludwig
2015-12-18Cleanup of validate_strings_file.Sebastian Ludwig