botstrap 0.0.3 → 0.0.4

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.
Files changed (3) hide show
  1. data/lib/botstrap/version.rb +1 -1
  2. data/lib/botstrap.rb +24 -24
  3. metadata +1 -1
@@ -1,3 +1,3 @@
1
1
  module Botstrap
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
data/lib/botstrap.rb CHANGED
@@ -13,30 +13,30 @@ module Botstrap
13
13
 
14
14
  File.open(".gitignore", "a") do |file|
15
15
  file.write("# OS X Finder
16
- .DS_Store
17
-
18
- # Xcode per-user config
19
- *.mode1
20
- *.mode1v3
21
- *.mode2v3
22
- *.perspective
23
- *.perspectivev3
24
- *.pbxuser
25
- *.xcworkspace
26
- xcuserdata
27
-
28
- # Build products
29
- build/
30
- *.o
31
- *.LinkFileList
32
- *.hmap
33
-
34
- # Automatic backup files
35
- *~.nib/
36
- *.swp
37
- *~
38
- *.dat
39
- *.dep")
16
+ .DS_Store
17
+
18
+ # Xcode per-user config
19
+ *.mode1
20
+ *.mode1v3
21
+ *.mode2v3
22
+ *.perspective
23
+ *.perspectivev3
24
+ *.pbxuser
25
+ *.xcworkspace
26
+ xcuserdata
27
+
28
+ # Build products
29
+ build/
30
+ *.o
31
+ *.LinkFileList
32
+ *.hmap
33
+
34
+ # Automatic backup files
35
+ *~.nib/
36
+ *.swp
37
+ *~
38
+ *.dat
39
+ *.dep")
40
40
  end
41
41
  end
42
42
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: botstrap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: