Skip to content

Commit edd1cfc

Browse files
author
Rafael Mendonça França
committed
Prepare for the first release
1 parent d04e358 commit edd1cfc

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# 1.0.0
2+
3+
* First Release.

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2013 Timm
1+
Copyright (c) 2013 Kasper Timm Hansen
22

33
MIT License
44

lib/rails/dom/testing/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Rails
22
module Dom
33
module Testing
4-
VERSION = "0.0.1"
4+
VERSION = "1.0.0"
55
end
66
end
7-
end
7+
end

rails-dom-testing.gemspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ Gem::Specification.new do |spec|
1313
spec.homepage = "https://github.com/kaspth/rails-dom-testing"
1414
spec.license = "MIT"
1515

16-
spec.files = Dir["lib/**/*", "README.md", "LICENSE.txt"]
17-
spec.executables = []
16+
spec.files = Dir["lib/**/*", "README.md", "LICENSE.txt", "CHANGELOG.md"]
1817
spec.test_files = Dir["test/**/*"]
1918
spec.require_paths = ["lib"]
2019

0 commit comments

Comments
 (0)