Skip to content

declare compliance with x-common, where applicable #282

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 27 commits into from
May 8, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
03ffa27
pascals-triangle: declare compliance with x-common 1.0.0
petertseng May 7, 2017
b2687fc
acronym: declare compliance with x-common 1.0.0
petertseng May 7, 2017
fa72ffc
bracket-push: declare compliance with x-common 1.0.0
petertseng May 7, 2017
9852f71
all-your-base: declare compliance with x-common 1.0.0
petertseng May 7, 2017
06635d6
wordy: declare compliance with x-common 1.0.0
petertseng May 7, 2017
9e32da6
gigasecond: declare compliance with x-common 1.0.0
petertseng May 7, 2017
265c7f4
scrabble-score: declare compliance with x-common 1.0.0
petertseng May 7, 2017
94a834e
dominoes: declare compliance with x-common 1.0.0
petertseng May 7, 2017
bbb070e
run-length-encoding: declare compliance with x-common 1.0.0
petertseng May 7, 2017
958a088
custom-set: declare compliance with x-common 1.0.1
petertseng May 7, 2017
fbee5fd
space-age: declare compliance with x-common 1.0.0
petertseng May 7, 2017
f994e33
robot-simulator: declare compliance with x-common 1.0.0
petertseng May 7, 2017
de0f787
queen-attack: declare compliance with x-common 1.0.0
petertseng May 7, 2017
5c3e632
allergies: declare compliance with x-common 1.0.0
petertseng May 7, 2017
5504eb3
sum-of-multiples: declare compliance with x-common 1.0.0
petertseng May 7, 2017
b36783f
atbash-cipher: declare compliance with x-common 1.0.0
petertseng May 7, 2017
ac4565e
largest-series-product: declare compliance with x-common 1.0.0
petertseng May 7, 2017
a9b4181
grains: declare compliance with x-common 1.0.0
petertseng May 7, 2017
d594d5c
sieve: declare compliance with x-common 1.0.0
petertseng May 7, 2017
2e40fcb
rotational-cipher: declare compliance with x-common 1.0.0
petertseng May 7, 2017
3c3b6ad
react: declare compliance with x-common 1.0.0
petertseng May 7, 2017
091353d
roman-numerals: declare compliance with x-common 1.0.0
petertseng May 7, 2017
1ff7b4f
leap: declare compliance with x-common 1.0.0
petertseng May 7, 2017
5a7edd3
hello-world: declare compliance with x-common 1.0.0
petertseng May 7, 2017
4755fb7
variable-length-quantity: declare compliance with x-common 1.0.0
petertseng May 7, 2017
2167b78
bowling: declare compliance with x-common 1.0.0
petertseng May 7, 2017
0522139
alphametics: declare compliance with x-common 1.0.0
petertseng May 7, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion exercises/acronym/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion exercises/acronym/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "acronym"
version = "0.1.0"
version = "1.0.0"

[dependencies]
2 changes: 1 addition & 1 deletion exercises/all-your-base/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion exercises/all-your-base/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[package]
name = "allyourbase"
version = "0.0.0"
version = "1.0.0"
2 changes: 1 addition & 1 deletion exercises/allergies/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion exercises/allergies/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[package]
name = "allergies"
version = "0.0.0"
version = "1.0.0"

2 changes: 1 addition & 1 deletion exercises/alphametics/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion exercises/alphametics/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[package]
name = "alphametics"
version = "0.0.0"
version = "1.0.0"
2 changes: 1 addition & 1 deletion exercises/atbash-cipher/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion exercises/atbash-cipher/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[package]
name = "atbash-cipher"
version = "0.0.0"
version = "1.0.0"
2 changes: 1 addition & 1 deletion exercises/bowling/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[package]
name = "bowling"
version = "0.0.0"
version = "1.0.0"
2 changes: 1 addition & 1 deletion exercises/bracket-push/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion exercises/bracket-push/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[package]
name = "bracket-push"
version = "0.0.0"
version = "1.0.0"
2 changes: 1 addition & 1 deletion exercises/custom-set/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion exercises/custom-set/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[package]
name = "custom-set"
version = "0.0.0"
version = "1.0.1"
2 changes: 1 addition & 1 deletion exercises/dominoes/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion exercises/dominoes/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[package]
name = "dominoes"
version = "0.0.0"
version = "1.0.0"
2 changes: 1 addition & 1 deletion exercises/gigasecond/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion exercises/gigasecond/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gigasecond"
version = "0.0.0"
version = "1.0.0"

[dependencies]
chrono = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion exercises/grains/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[package]
name = "grains"
version = "0.0.0"
version = "1.0.0"
2 changes: 1 addition & 1 deletion exercises/hello-world/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion exercises/hello-world/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[package]
name = "hello-world"
version = "0.0.0"
version = "1.0.0"
2 changes: 1 addition & 1 deletion exercises/largest-series-product/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[package]
name = "largest-series-product"
version = "0.0.0"
version = "1.0.0"
2 changes: 1 addition & 1 deletion exercises/leap/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion exercises/leap/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[package]
name = "leap"
version = "0.0.0"
version = "1.0.0"
2 changes: 1 addition & 1 deletion exercises/pascals-triangle/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[package]
name = "pascals-triangle"
version = "0.0.0"
version = "1.0.0"
2 changes: 1 addition & 1 deletion exercises/queen-attack/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion exercises/queen-attack/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[package]
name = "queen-attack"
version = "0.0.0"
version = "1.0.0"
2 changes: 1 addition & 1 deletion exercises/react/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion exercises/react/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[package]
name = "react"
version = "0.0.0"
version = "1.0.0"
2 changes: 1 addition & 1 deletion exercises/robot-simulator/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion exercises/robot-simulator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[package]
name = "robot-simulator"
version = "0.0.0"
version = "1.0.0"
2 changes: 1 addition & 1 deletion exercises/roman-numerals/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion exercises/roman-numerals/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[package]
name = "roman-numerals"
version = "0.0.0"
version = "1.0.0"
2 changes: 1 addition & 1 deletion exercises/rotational-cipher/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion exercises/rotational-cipher/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[package]
name = "rotational-cipher"
version = "0.0.0"
version = "1.0.0"
authors = ["Chad Baxter <[email protected]>"]
2 changes: 1 addition & 1 deletion exercises/run-length-encoding/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion exercises/run-length-encoding/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "run-length-encoding"
version = "0.1.0"
version = "1.0.0"
authors = ["zombiefungus <[email protected]>"]

[dependencies]
2 changes: 1 addition & 1 deletion exercises/scrabble-score/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion exercises/scrabble-score/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[package]
name = "scrabble-score"
version = "0.0.0"
version = "1.0.0"
2 changes: 1 addition & 1 deletion exercises/sieve/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion exercises/sieve/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[package]
name = "sieve"
version = "0.0.0"
version = "1.0.0"
2 changes: 1 addition & 1 deletion exercises/space-age/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion exercises/space-age/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[package]
name = "space-age"
version = "0.0.0"
version = "1.0.0"
2 changes: 1 addition & 1 deletion exercises/sum-of-multiples/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[package]
name = "sum-of-multiples"
version = "0.0.0"
version = "1.0.0"
2 changes: 1 addition & 1 deletion exercises/variable-length-quantity/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion exercises/variable-length-quantity/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[package]
name = "variable-length-quantity"
version = "0.0.0"
version = "1.0.0"
2 changes: 1 addition & 1 deletion exercises/wordy/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion exercises/wordy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[package]
name = "wordy"
version = "0.0.0"
version = "1.0.0"