dagon 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/dagon.gemspec +1 -1
- metadata +1 -1
data/dagon.gemspec
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |gem|
|
4
4
|
gem.name = "dagon"
|
5
|
-
gem.version = "0.1.
|
5
|
+
gem.version = "0.1.1"
|
6
6
|
gem.authors = ["Caleb Thompson", "Matt Mongeau"]
|
7
7
|
gem.email = ["cjaysson@gmail.com", "halogenandtoast@gmail.com"]
|
8
8
|
gem.description = "The Dagon programming language: whitespace, enumerators, blocks, One Way"
|