mobi_check_in 0.0.20 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.md +13 -9
  2. data/lib/mobi_check_in/version.rb +1 -1
  3. metadata +24 -40
data/README.md CHANGED
@@ -1,24 +1,28 @@
1
1
  # MobiCheckIn
2
2
 
3
- TODO: Write a gem description
3
+ MobiCheckIn helps automate the check in process!
4
+
5
+ [![Gem Version](https://badge.fury.io/rb/mobi_check_in.png)](http://badge.fury.io/rb/mobi_check_in)
4
6
 
5
7
  ## Installation
6
8
 
7
- Add this line to your application's Gemfile:
9
+ Once Ruby and Rubygems are installed, install via the command line:
10
+
11
+ $ gem install mobi_check_in
8
12
 
9
- gem 'mobi_check_in'
13
+ ## Usage
10
14
 
11
- And then execute:
15
+ To commit what's in the index without pushing:
12
16
 
13
- $ bundle
17
+ $ mcii
14
18
 
15
- Or install it yourself as:
19
+ To commit all changes without pushing:
16
20
 
17
- $ gem install mobi_check_in
21
+ $ mcic
18
22
 
19
- ## Usage
23
+ To commit and push all changes:
20
24
 
21
- TODO: Write usage instructions here
25
+ $ mci
22
26
 
23
27
  ## Contributing
24
28
 
@@ -1,3 +1,3 @@
1
1
  module MobiCheckIn
2
- VERSION = "0.0.20"
2
+ VERSION = "1.0.0"
3
3
  end
metadata CHANGED
@@ -1,35 +1,26 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: mobi_check_in
3
- version: !ruby/object:Gem::Version
4
- prerelease: false
5
- segments:
6
- - 0
7
- - 0
8
- - 20
9
- version: 0.0.20
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ prerelease:
10
6
  platform: ruby
11
- authors:
7
+ authors:
12
8
  - David Kormushoff
13
9
  autorequire:
14
10
  bindir: bin
15
11
  cert_chain: []
16
-
17
- date: 2013-01-11 00:00:00 -06:00
18
- default_executable:
12
+ date: 2013-01-18 00:00:00.000000000 Z
19
13
  dependencies: []
20
-
21
14
  description: A check in gem
22
- email:
15
+ email:
23
16
  - kormie@gmail.com
24
- executables:
17
+ executables:
25
18
  - mci
26
19
  - mcic
27
20
  - mcii
28
21
  extensions: []
29
-
30
22
  extra_rdoc_files: []
31
-
32
- files:
23
+ files:
33
24
  - .gitignore
34
25
  - .mobi_check_in.yml
35
26
  - Gemfile
@@ -43,35 +34,28 @@ files:
43
34
  - lib/mobi_check_in/git.rb
44
35
  - lib/mobi_check_in/version.rb
45
36
  - mobi_check_in.gemspec
46
- has_rdoc: true
47
- homepage: ""
37
+ homepage: ''
48
38
  licenses: []
49
-
50
39
  post_install_message:
51
40
  rdoc_options: []
52
-
53
- require_paths:
41
+ require_paths:
54
42
  - lib
55
- required_ruby_version: !ruby/object:Gem::Requirement
56
- requirements:
57
- - - ">="
58
- - !ruby/object:Gem::Version
59
- segments:
60
- - 0
61
- version: "0"
62
- required_rubygems_version: !ruby/object:Gem::Requirement
63
- requirements:
64
- - - ">="
65
- - !ruby/object:Gem::Version
66
- segments:
67
- - 0
68
- version: "0"
43
+ required_ruby_version: !ruby/object:Gem::Requirement
44
+ none: false
45
+ requirements:
46
+ - - ! '>='
47
+ - !ruby/object:Gem::Version
48
+ version: '0'
49
+ required_rubygems_version: !ruby/object:Gem::Requirement
50
+ none: false
51
+ requirements:
52
+ - - ! '>='
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
69
55
  requirements: []
70
-
71
56
  rubyforge_project:
72
- rubygems_version: 1.3.6
57
+ rubygems_version: 1.8.24
73
58
  signing_key:
74
59
  specification_version: 3
75
60
  summary: A way to check in
76
61
  test_files: []
77
-