rapp 0.0.1 → 0.0.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9ab80ffe08547a212b884149d0499ac841d9001e
4
- data.tar.gz: c82ba799ec59598319f7e16c02f135174205e530
3
+ metadata.gz: 994123e9e833900094e1b2326e34afc6993d06e9
4
+ data.tar.gz: 9b9d587f2174df8f7a0eb886ed5dd314362ddc16
5
5
  SHA512:
6
- metadata.gz: 9b2741fb99e4990e5aa894c9619a97df35e090a7802f463abca0fe87e9656bd4878a70294778237b0c0ef92fade3bdfc763cabeeba1d49d40de474cdc4d3280c
7
- data.tar.gz: c7825966622ea7595df78a8f8893959b064e79127d1d24ab4b6c10521c922fac25144f52ff6da7367e8f832abc1697122644294168d916fd76a37151b4bc49bb
6
+ metadata.gz: fa76eb6a6625ab01e3b2a2cf03558819fad64451a420d35fa3675b1b6553af4d798b2214450c9fb6cea9d2d1ef804df2c9d441448637172f6905b345093dff64
7
+ data.tar.gz: de4b8fbe25b179189cff11fa671d6ea4c9aa2995fa5432ff9a6790781b8a0e7e23aad58146b1d7b1869a608f3c0a41af03dca8c238193832ff50dc61761730d8
data/.gitignore CHANGED
@@ -12,3 +12,4 @@
12
12
  *.o
13
13
  *.a
14
14
  mkmf.log
15
+ *.gem
data/lib/rapp/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Rapp
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
data/rapp.gemspec CHANGED
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["StabbyCutyou"]
10
10
  spec.email = ["sean.kelly@tapjoy.com"]
11
11
  spec.summary = %q{rapp - A gem for building Ruby Apps}
12
- spec.description = %q{tapp helps you build native ruby apps with a familiar structure and a handful of familiar conventions. Perfect for writing console apps or even daemons in Ruby!}
13
- spec.homepage = ""
12
+ spec.description = %q{rapp helps you build native ruby apps with a familiar structure and a handful of familiar conventions.}
13
+ spec.homepage = "https://github.com/StabbyCutyou/rapp"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rapp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - StabbyCutyou
@@ -38,9 +38,8 @@ dependencies:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: '10.0'
41
- description: tapp helps you build native ruby apps with a familiar structure and a
42
- handful of familiar conventions. Perfect for writing console apps or even daemons
43
- in Ruby!
41
+ description: rapp helps you build native ruby apps with a familiar structure and a
42
+ handful of familiar conventions.
44
43
  email:
45
44
  - sean.kelly@tapjoy.com
46
45
  executables:
@@ -65,7 +64,7 @@ files:
65
64
  - lib/rapp/templates/lib/tasks/console.rake.erb
66
65
  - lib/rapp/version.rb
67
66
  - rapp.gemspec
68
- homepage: ''
67
+ homepage: https://github.com/StabbyCutyou/rapp
69
68
  licenses:
70
69
  - MIT
71
70
  metadata: {}