Emily Bache
e916fdd8ac
Merge pull request #56 from dbuschman7/master
...
upgraded Scala version to latest versions
2017-02-14 09:10:49 +01:00
Emily Bache
f453de354f
Merge pull request #55 from sminutoli/feature/updates-js-example
...
Updates examples using ES2015 class syntax
2017-02-14 09:09:45 +01:00
Emily Bache
9bbf107b0c
Merge pull request #54 from sminutoli/feature/spanish-requeriments
...
Adds the spanish translation
2017-02-14 09:07:52 +01:00
David Buschman
267e4112c4
upgraded Scala version to latest versions
2017-02-11 00:05:48 -07:00
Sergio Minutoli
2f38071deb
Adds the spanish translation
2017-02-10 18:03:48 -03:00
Sergio Minutoli
e9aae0d7db
Updates examples using ES2015 class syntax
2017-02-10 18:02:15 -03:00
Emily Bache
bc021978c0
Merge pull request #52 from tonvanbart/master
...
Revert GildedRose.java to original code
2017-01-14 09:04:01 +01:00
Ton van Bart
5605173439
reverted GildedRose to original code
2017-01-11 21:32:08 +01:00
Ton van Bart
b2422cf733
delete package with weird name
2017-01-09 22:38:54 +01:00
Ton van Bart
d4b3a30334
delete package with weird name
2017-01-09 22:31:26 +01:00
Emily Bache
a0fb147402
Merge pull request #51 from kiview/fix-java-directories
...
Remove duplicate Java classes
2016-12-05 19:42:18 +01:00
Kevin Wittek
2d353e1da9
Remove duplicate Java classes
2016-12-05 14:57:59 +01:00
Emily Bache
6d7caf22dd
Merge pull request #50 from tonvanbart/master
...
Made 'java' subproject maven managed
2016-12-01 19:19:16 +01:00
Ton van Bart
260dc83099
use java.version property in pom.xml
2016-12-01 10:47:47 +01:00
Ton van Bart
40e7ea75c6
fixed directory structure
2016-12-01 09:45:34 +01:00
Ton van Bart
dae358a131
added Eclipse files to .gitignore
2016-12-01 09:37:05 +01:00
Ton van Bart
62b3b2fdb9
added IDEA project files to gitignore, set Maven java version to 8
2016-11-29 12:40:59 +01:00
Ton van Bart
3289182cef
reorganized to Maven project structure
2016-11-29 12:36:54 +01:00
Emily Bache
836a60ee47
Merge pull request #49 from cchamplin/go-package-fix
...
Fix filename of gilded-rose.go
2016-11-10 19:04:09 +01:00
Caleb Champlin
9377d612da
Fix filename of gilded-rose.go
2016-11-07 15:51:40 -05:00
Emily Bache
2c6cb2fd37
Merge pull request #48 from maciek2w/swift-package
...
Moved Swift code into package
2016-10-28 07:46:58 +02:00
Maciej Witaszek
1d3a8d887e
Moved Swift code into package
2016-10-27 13:08:11 +07:00
Emily Bache
fafdb067bb
Merge pull request #47 from lermannen/elixir
...
Proposed fix for #34 : Implement a working version of the original code for the kata
2016-10-17 07:37:48 +02:00
Alexander Korling
9eeef2450f
Implement a working version of the original code for the kata
...
Why:
- The current version isn't implemented properly.
Additional information:
- This is the result of my local test run (test omitted since
they're a part of the kata):
GildedRoseTest
* test update_quality/1 Aged Brie actually increases in Quality
the older it gets
* test Backstage passes Quality increases by 2 when there are
10 days or less
* test update_quality/1 the quality of an item is never negative
* test update_quality/1 degrades the quality when a day passes
* test Backstage passes Quality increases by 3 when there are 5
days or less
* test update_quality/1 when sell date is passed it degrades twice
as fast
* test Backstage passes Quality increases by 1 when sell_in is
larger than 10
* test update_quality/1 does not change the name
* test update_quality/1 The Quality of an item is never more than 50
* test update_quality/1 Sulfuras, being a legendary item, never has
to be sold or decreases in Quality
* test Backstage passes Quality drops to 0 after the concert
11 tests, 0 failures
2016-10-15 16:59:58 +02:00
Emily Bache
0f4b6a3621
Merge pull request #46 from rickerbh/swift-fix-test
...
Fixed copy/paste errors in test data
2016-09-25 19:32:15 +02:00
Hamish Rickerby
910e5d8a59
Fixed copy/paste errors in test data
...
- Fixed copy/paste errors in items
- Removed unnecessary comment blocks
2016-09-23 15:04:52 +10:00
Emily Bache
6fc1236e43
Merge pull request #44 from rickerbh/swift3
...
Updated for Swift 3
2016-09-22 21:20:29 +02:00
Hamish Rickerby
9c63a7732a
Updated for Swift 3
...
Process enum has been replaced with CommandLine in Swift 3. Changed main.swift to reflect this.
2016-09-21 20:53:52 +10:00
Emily Bache
97ba169a35
Merge pull request #40 from kiview/spock-gradle
...
Add Java-Spock-Gradle version
2016-08-29 19:06:40 +02:00
Emily Bache
378a111775
Merge pull request #42 from mcbeelen/Kotlin
...
Added Kotlin version of the Gilded Rose Kata
2016-08-29 19:05:16 +02:00
Marco Beelen (Ximedes)
bfffd045d2
Ignored various idea files
2016-08-26 10:58:41 +02:00
Marco Beelen (Ximedes)
f713ff1019
Added Kotlin version of the Gilded Rose Kata
2016-08-26 10:55:09 +02:00
Emily Bache
cbb9ae16c4
Merge pull request #41 from danilat/master
...
Little changes to support rspec 3 version
2016-08-04 08:02:38 +02:00
Dani Latorre
778db32d9e
should syntax is deprecated, changed the first test to expect syntax
2016-08-02 15:03:07 +02:00
Dani Latorre
4dead49ba8
nested formatter was renamed to documentation
2016-08-02 15:02:20 +02:00
Emily Bache
ed764c6388
Merge pull request #28 from brehberg/master
...
Starting code and tests for Gilded Rose Refactoring Kata in ABAP
2016-07-11 08:07:07 +02:00
Kevin Wittek
08a02157dc
+ Add new project with pre-configured Gradle as build tool and Spock as testing framework
2016-07-05 09:47:02 +02:00
Emily Bache
c6cad5bf8d
Merge pull request #37 from mebusw/mebusw-patch-2
...
Correct spelling of Chinese translation
2016-06-27 19:14:53 +02:00
Jacky Shen
32fb8fd9b8
Correct spelling of Chinese translation
2016-06-27 15:23:25 +08:00
Jacky Shen
e487ebeaf9
Merge pull request #2 from emilybache/master
...
merge from originals
2016-06-27 15:17:16 +08:00
Emily Bache
0cacfdca85
Merge pull request #36 from holdmann/l10n
...
Added requirements specification in russian language.
2016-06-12 20:20:20 +02:00
Sherbakov Oleg
7cd39905b1
Added requirements specification in russian language.
2016-06-11 23:53:18 +04:00
emilybache
ebf7487c70
added C++ cyber-dojo link
2016-06-08 07:59:52 +02:00
Emily Bache
48a71a4799
Merge pull request #35 from georgberky/master
...
Common Lisp version by Rainer Joswig
2016-06-05 10:10:12 +02:00
Georg Berky
e8446e057e
Common Lisp version by Rainer Joswig
2016-06-02 21:21:32 +02:00
Emily Bache
2aa6354e1a
Merge pull request #33 from sparsick/master
...
Fix link to blog post
2016-05-23 21:34:30 +02:00
Sandra Parsick
7bf5e95b5b
Fix link to blog post
...
see issue #32
2016-05-23 10:52:28 +02:00
Emily Bache
d9c2f9a9e5
Merge pull request #31 from georgberky/master
...
Gilded Rose for Groovy
2016-05-15 20:18:49 +02:00
Georg Berky
8f18f8a1f9
improve instructions for IDEs
2016-05-14 17:55:42 +02:00
Georg Berky
f00e363caa
Add Groovy sources and IntelliJ project
2016-05-14 17:31:39 +02:00