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 +4 -4
- data/osx-status-bar-app-template.gemspec +1 -1
- data/template/osx-status-bar-app/files/.gitignore +17 -0
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0e63c80daf0241cb801d7b6221aecb55fae39591
|
4
|
+
data.tar.gz: 0b8121be7bd8237b509962851f3ed3f4bb8fda6d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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"
|
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.
|
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
|