dutiful 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9c00f6adf9cb958ee907150a9f595fde8891baa9
4
- data.tar.gz: 34d837f02c23f1e56cf255f10ae0caa073dcea0f
3
+ metadata.gz: c142c67f340f829180610527d671d12f3d94caca
4
+ data.tar.gz: c4dfcb8159c02cb28d97a61a5b78df61ab81c35b
5
5
  SHA512:
6
- metadata.gz: 5019d604d2774a9e1159a4c564e4aea202cac9afca3c9ebd045aef83033146312886e9d6f0736ac835739a673df4e31af6c2e9c94181f455eca7a2e42e083c20
7
- data.tar.gz: 481bbb43ebb123e1b06524874b541dc8b83dcfd97d60a904addcadd14bdab41390723605b7db1f75e0c7afae683ba79ece951da74241bb302a3b464c128f0d89
6
+ metadata.gz: aed637c66c65c152a6b0ce3ce61ba031708dae7a2ea58adf27857d0e7dab2d44f6363ab6133f300fd9a3c806ad6a037051d20e453376f998813fa3c8fa099666
7
+ data.tar.gz: af82d91d168afa3a261e9618f2678e233af6e5f0b972f19a67c705b4bd75dd9cd460b1fe95b59798d4eee2ad1182c5e9f495e7650aeced89b538fbf16b16ec9a
data/db/oh-my-zsh.toml ADDED
@@ -0,0 +1,5 @@
1
+ [application]
2
+ name = 'Oh My Zsh'
3
+
4
+ [[files]]
5
+ path = '.oh-my-zsh/'
data/db/rubymine.toml ADDED
@@ -0,0 +1,15 @@
1
+ [application]
2
+ name = 'RubyMine'
3
+
4
+ [[files]]
5
+ path = 'Library/Application Support/RubyMine60'
6
+
7
+ [[files]]
8
+ path = 'Library/Preferences/RubyMine60'
9
+
10
+ [[files]]
11
+ path = 'Library/Application Support/RubyMine70'
12
+
13
+ [[files]]
14
+ path = 'Library/Preferences/RubyMine70'
15
+
data/db/zsh.toml ADDED
@@ -0,0 +1,17 @@
1
+ [application]
2
+ name = 'Zsh'
3
+
4
+ [[files]]
5
+ path = '.zshenv'
6
+
7
+ [[files]]
8
+ path = '.zprofile'
9
+
10
+ [[files]]
11
+ path = '.zshrc'
12
+
13
+ [[files]]
14
+ path = '.zlogin'
15
+
16
+ [[files]]
17
+ path = '.zlogout'
@@ -1,3 +1,3 @@
1
1
  module Dutiful
2
- VERSION = '0.0.5'
2
+ VERSION = '0.0.6'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dutiful
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bruno Pinto
@@ -111,12 +111,15 @@ files:
111
111
  - db/fish.toml
112
112
  - db/git.toml
113
113
  - db/iterm2.toml
114
+ - db/oh-my-zsh.toml
114
115
  - db/popcorn-time.toml
116
+ - db/rubymine.toml
115
117
  - db/the_silver_searcher.toml
116
118
  - db/tmux.toml
117
119
  - db/tmuxline.toml
118
120
  - db/vim.toml
119
121
  - db/z.toml
122
+ - db/zsh.toml
120
123
  - lib/dutiful.rb
121
124
  - lib/dutiful/application.rb
122
125
  - lib/dutiful/application_file.rb
@@ -150,5 +153,5 @@ rubyforge_project:
150
153
  rubygems_version: 2.4.5
151
154
  signing_key:
152
155
  specification_version: 4
153
- summary: dutiful-0.0.5
156
+ summary: dutiful-0.0.6
154
157
  test_files: []