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
Brett Rehberg
15a4a245a7
starting code and tests for ABAP
2016-03-21 10:57:47 -05:00
Brett Rehberg
3ee9030625
remove abap source code
2016-03-21 10:50:41 -05:00
Emily Bache
eb184b0d57
Merge pull request #29 from Pacane/master
...
Code in Dart
2016-03-19 16:10:45 +01:00
Joel Trottier-Hebert
028e85b433
removed pubspec.lock
2016-03-18 22:39:31 -04:00
Brett Rehberg
63d80b152f
starting code and tests for ABAP
2016-03-18 14:56:22 -05:00
Joel Trottier-Hebert
fa9e551902
Initial Dart
2016-02-29 21:30:33 -05:00
Emily Bache
17f213d103
Merge pull request #27 from scalbatty/master
...
Add Swift port
2016-01-31 19:44:20 +01:00
Pascal Batty
3d8c1f96bc
Add Swift port
2016-01-26 15:34:33 +01:00
Emily Bache
149acc5a77
Merge pull request #26 from xpepper/master
...
Update URL for a blogpost linked in the README
2016-01-25 21:48:59 +01:00
Pietro Di Bello
1599d45f68
fix typo in requirements
2016-01-25 20:42:55 +01:00
Pietro Di Bello
0201d9ab7d
Update URL for a blogpost linked in the README
...
Update URL for the "Writing Good Tests for the Gilded Rose Kata" post
2016-01-24 22:58:21 +01:00
Emily Bache
03a51ec273
improved installation instructions
2016-01-22 16:55:48 +01:00
Emily Bache
e4dd588805
Merge pull request #23 from mebusw/patch-1
...
Create GildedRoseRequirements_zh.txt
2015-12-07 21:04:13 +01:00
Jacky Shen
e19161a0cb
Create GildedRoseRequirements_zh.txt
2015-12-07 23:23:14 +08:00
Emily Bache
acf452f9c9
Merge pull request #21 from MiKaDoO/fsharp
...
Add fsharp version
2015-10-26 20:10:47 +01:00