acts_as_teenager 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +9 -7
- data/acts_as_teenager.gemspec +2 -2
- data/lib/acts_as_teenager/version.rb +1 -1
- metadata +3 -3
data/README.md
CHANGED
@@ -1,9 +1,11 @@
|
|
1
1
|
# ActsAsTeenager
|
2
2
|
|
3
|
-
|
3
|
+
Eh. It's okay, I guess.
|
4
4
|
|
5
5
|
## Installation
|
6
6
|
|
7
|
+
Do I have to?
|
8
|
+
|
7
9
|
Add this line to your application's Gemfile:
|
8
10
|
|
9
11
|
gem 'acts_as_teenager'
|
@@ -18,12 +20,12 @@ Or install it yourself as:
|
|
18
20
|
|
19
21
|
## Usage
|
20
22
|
|
21
|
-
|
23
|
+
Iono.
|
22
24
|
|
23
25
|
## Contributing
|
24
26
|
|
25
|
-
1.
|
26
|
-
2.
|
27
|
-
3.
|
28
|
-
4.
|
29
|
-
5.
|
27
|
+
1. One of these days I'll be out of here and you'll all be sorry!
|
28
|
+
2. You can't tell me what to do. (`git checkout -b my-new-feature`)
|
29
|
+
3. You just don't understand me. (`git commit -am 'Add some feature'`)
|
30
|
+
4. And stay out of my room! (`git push origin my-new-feature`)
|
31
|
+
5. So, can you give me a ride to band practice?
|
data/acts_as_teenager.gemspec
CHANGED
@@ -8,8 +8,8 @@ Gem::Specification.new do |gem|
|
|
8
8
|
gem.version = ActsAsTeenager::VERSION
|
9
9
|
gem.authors = ["John Wilger"]
|
10
10
|
gem.email = ["johnwilger@gmail.com"]
|
11
|
-
gem.description = %q{
|
12
|
-
gem.summary = %q{
|
11
|
+
gem.description = %q{It hears you but doesn't care.}
|
12
|
+
gem.summary = %q{It hears you but doesn't care.}
|
13
13
|
gem.homepage = "http://github.com/jwilger/acts_as_teenager"
|
14
14
|
|
15
15
|
gem.files = `git ls-files`.split($/)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: acts_as_teenager
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -11,7 +11,7 @@ bindir: bin
|
|
11
11
|
cert_chain: []
|
12
12
|
date: 2012-10-08 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
|
-
description:
|
14
|
+
description: It hears you but doesn't care.
|
15
15
|
email:
|
16
16
|
- johnwilger@gmail.com
|
17
17
|
executables: []
|
@@ -49,6 +49,6 @@ rubyforge_project:
|
|
49
49
|
rubygems_version: 1.8.23
|
50
50
|
signing_key:
|
51
51
|
specification_version: 3
|
52
|
-
summary:
|
52
|
+
summary: It hears you but doesn't care.
|
53
53
|
test_files: []
|
54
54
|
has_rdoc:
|