osx-status-bar-app-template 0.0.2 → 0.0.3

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: be78175cc0d66b4be286739cd593183be15fae39
4
- data.tar.gz: d2d7d886a33f2dfa21ff948f78a141e696f95cbd
3
+ metadata.gz: 0e63c80daf0241cb801d7b6221aecb55fae39591
4
+ data.tar.gz: 0b8121be7bd8237b509962851f3ed3f4bb8fda6d
5
5
  SHA512:
6
- metadata.gz: a52302be567ccaaac65e455518e6afd1f7e942e90c946c9f5a4ebb5cbd054b8f1741032fa56a93add0a8caa15e501c07bd079a00e244e2b8b0812128f9ea3ead
7
- data.tar.gz: 4db7ec7a92e48e47e44208fc361460624ad6298891d1278a82a5fa5843c69217c03376e11c0a80e4364fc826fa4c5fea8840c916ac494af859939800d2fc88bc
6
+ metadata.gz: a27fa48cc4750524334c479eae8f9faa19256dc1b26a1680b8a52cc659c63c1c07b7faff974a7e486dd920e56da7a61d0fbed16c2f06785a214416010acff667
7
+ data.tar.gz: a711dc49d285cf8ef63237087f682bf3d7059ada33c2a79b30f31b5aeecfa33305932bbe5ea60a94850bb875772708bf71face70a6d5056288fb21b3655b60f9
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |gem|
2
2
  gem.name = "osx-status-bar-app-template"
3
- gem.version = "0.0.2"
3
+ gem.version = "0.0.3"
4
4
  gem.date = "2015-06-22"
5
5
  gem.summary = "OS X Status Bar App Template for RubyMotion"
6
6
  gem.description = "A RubyMotion app template to quickly start a new OS X status bar app"
@@ -0,0 +1,17 @@
1
+ .repl_history
2
+ build
3
+ tags
4
+ app/pixate_code.rb
5
+ resources/*.nib
6
+ resources/*.momd
7
+ resources/*.storyboardc
8
+ .DS_Store
9
+ nbproject
10
+ .redcar
11
+ #*#
12
+ *~
13
+ *.sw[po]
14
+ .eprj
15
+ .sass-cache
16
+ .idea
17
+ .dat*.*
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: osx-status-bar-app-template
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elliott Draper
@@ -22,6 +22,7 @@ files:
22
22
  - Rakefile
23
23
  - osx-status-bar-app-template.gemspec
24
24
  - template/osx-status-bar-app/.gitignore
25
+ - template/osx-status-bar-app/files/.gitignore
25
26
  - template/osx-status-bar-app/files/Gemfile
26
27
  - template/osx-status-bar-app/files/Rakefile.erb
27
28
  - template/osx-status-bar-app/files/app/app_delegate.rb