dancroak-webster 0.4.6 → 0.4.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/LICENSE +21 -0
  2. data/README.textile +7 -7
  3. data/VERSION.yml +1 -1
  4. metadata +3 -2
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License
2
+
3
+ Copyright (c) 2008 Dan Croak, Jared Carroll, & thoughtbot, inc.
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.textile CHANGED
@@ -19,16 +19,16 @@ h2. Usage
19
19
  h2. Shoulda macro
20
20
 
21
21
  context "Subscription#activation_code" do
22
- setup do
23
- subscription = Factory :subscription
24
- @word = subscription.set_activation_code
25
- end
26
-
27
- should_be_webster_word "@word"
22
+ setup do
23
+ subscription = Factory :subscription
24
+ @word = subscription.set_activation_code
25
+ end
26
+ should_be_webster_word "@word"
27
+ end
28
28
 
29
29
  h2. Authors
30
30
 
31
- Webster was written for "Umbrella Today?":http://umbrellatoday.com by "thoughtbot":http://giantrobots.thoughtbot.com. It was extracted into a stand-alone Ruby gem by "Dan Croak":http://dancroak.com.
31
+ Webster was written for "Umbrella Today?":http://umbrellatoday.com by "thoughtbot":http://giantrobots.thoughtbot.com. It was extracted into a stand-alone Ruby gem by "Dan Croak":http://www.workingwithrails.com/person/1991-dan-croak & "Jared Carroll":http://www.workingwithrails.com/person/12930-jared-carroll.
32
32
 
33
33
  h2. License
34
34
 
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
- patch: 3
2
+ patch: 7
3
3
  major: 0
4
4
  minor: 4
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dancroak-webster
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.6
4
+ version: 0.4.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dan Croak
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-12-11 00:00:00 -08:00
12
+ date: 2008-12-12 00:00:00 -08:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -22,6 +22,7 @@ extensions: []
22
22
  extra_rdoc_files: []
23
23
 
24
24
  files:
25
+ - LICENSE
25
26
  - Rakefile
26
27
  - README.textile
27
28
  - VERSION.yml