osxsub 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- osxsub (0.1.0)
4
+ osxsub (0.1.1)
5
5
 
6
6
  GEM
7
7
  remote: http://rubygems.org/
data/README.md CHANGED
@@ -53,6 +53,7 @@ Or clone the repository and put the `bin` directory somewhere on your `$PATH`.
53
53
  ## TODO
54
54
 
55
55
  + Manpages
56
+ + OS X Service
56
57
  + Documentation
57
58
  + Tests
58
59
 
data/bin/osxsub CHANGED
@@ -1,4 +1,5 @@
1
1
  #!/usr/bin/env ruby
2
+ # -*- encoding: utf-8 -*-
2
3
  require 'optparse'
3
4
 
4
5
  libdir = File.expand_path File.join(File.dirname(__FILE__), "/../lib")
@@ -1,3 +1,3 @@
1
1
  module OsxSub
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,34 +1,24 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: osxsub
3
- version: !ruby/object:Gem::Version
4
- hash: 27
5
- prerelease: false
6
- segments:
7
- - 0
8
- - 1
9
- - 0
10
- version: 0.1.0
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.1
5
+ prerelease:
11
6
  platform: ruby
12
- authors:
7
+ authors:
13
8
  - Mark Wunsch
14
9
  autorequire:
15
10
  bindir: bin
16
11
  cert_chain: []
17
-
18
- date: 2013-01-28 00:00:00 -05:00
19
- default_executable:
12
+ date: 2013-01-28 00:00:00.000000000 Z
20
13
  dependencies: []
21
-
22
14
  description: Command line utility for OS X Text Substition Preferences.
23
- email:
15
+ email:
24
16
  - mark@markwunsch.com
25
- executables:
17
+ executables:
26
18
  - osxsub
27
19
  extensions: []
28
-
29
20
  extra_rdoc_files: []
30
-
31
- files:
21
+ files:
32
22
  - .gitignore
33
23
  - Gemfile
34
24
  - Gemfile.lock
@@ -42,39 +32,34 @@ files:
42
32
  - lib/osxsub/substitution.rb
43
33
  - lib/osxsub/version.rb
44
34
  - osxsub.gemspec
45
- has_rdoc: true
46
35
  homepage: http://github.com/mwunsch/osxsub
47
36
  licenses: []
48
-
49
37
  post_install_message:
50
38
  rdoc_options: []
51
-
52
- require_paths:
39
+ require_paths:
53
40
  - lib
54
- required_ruby_version: !ruby/object:Gem::Requirement
41
+ required_ruby_version: !ruby/object:Gem::Requirement
55
42
  none: false
56
- requirements:
57
- - - ">="
58
- - !ruby/object:Gem::Version
59
- hash: 3
60
- segments:
43
+ requirements:
44
+ - - ! '>='
45
+ - !ruby/object:Gem::Version
46
+ version: '0'
47
+ segments:
61
48
  - 0
62
- version: "0"
63
- required_rubygems_version: !ruby/object:Gem::Requirement
49
+ hash: -1580353545740192625
50
+ required_rubygems_version: !ruby/object:Gem::Requirement
64
51
  none: false
65
- requirements:
66
- - - ">="
67
- - !ruby/object:Gem::Version
68
- hash: 3
69
- segments:
52
+ requirements:
53
+ - - ! '>='
54
+ - !ruby/object:Gem::Version
55
+ version: '0'
56
+ segments:
70
57
  - 0
71
- version: "0"
58
+ hash: -1580353545740192625
72
59
  requirements: []
73
-
74
60
  rubyforge_project:
75
- rubygems_version: 1.3.7
61
+ rubygems_version: 1.8.24
76
62
  signing_key:
77
63
  specification_version: 3
78
64
  summary: Command line utility for OS X Text Substition Preferences.
79
65
  test_files: []
80
-