self-notifo 0.4.2 → 0.5.0
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.
- data/README.rdoc +2 -2
- data/VERSION +1 -1
- data/self-notifo.gemspec +2 -2
- metadata +4 -4
data/README.rdoc
CHANGED
|
@@ -13,7 +13,7 @@ Download and install one of Notifo's mobile, desktop or other apps from their si
|
|
|
13
13
|
|
|
14
14
|
Now cd into your Rails root and run:
|
|
15
15
|
|
|
16
|
-
|
|
16
|
+
rails generate self_notifo NOTIFO_USERNAME NOTIFO_API_SECRET "Label Describing Your Application"
|
|
17
17
|
|
|
18
18
|
This will generate a file called self-notifo.yml in your config directory (you may wish to add this file to .gitignore or equivalent).
|
|
19
19
|
|
|
@@ -37,7 +37,7 @@ If you don't want to have notifications sent from your test environment while yo
|
|
|
37
37
|
|
|
38
38
|
== Dependencies
|
|
39
39
|
|
|
40
|
-
* Ruby on Rails, version
|
|
40
|
+
* Ruby on Rails, version 3.0.0 or newer.
|
|
41
41
|
* self-notifo likes to party with John Nunemaker's fun loving httparty[http://github.com/jnunemaker/httparty] version 0.6.1 or newer.
|
|
42
42
|
|
|
43
43
|
== Note on Patches/Pull Requests
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.
|
|
1
|
+
0.5.0
|
data/self-notifo.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{self-notifo}
|
|
8
|
-
s.version = "0.
|
|
8
|
+
s.version = "0.5.0"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Gaelian Ditchburn"]
|
|
12
|
-
s.date = %q{2010-
|
|
12
|
+
s.date = %q{2010-12-12}
|
|
13
13
|
s.description = %q{The self-notifo gem sends notifications to your own Notifo account from your Rails application.}
|
|
14
14
|
s.email = %q{gaelian.ditchburn@gmail.com}
|
|
15
15
|
s.extra_rdoc_files = [
|
metadata
CHANGED
|
@@ -4,9 +4,9 @@ version: !ruby/object:Gem::Version
|
|
|
4
4
|
prerelease: false
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
|
-
-
|
|
8
|
-
-
|
|
9
|
-
version: 0.
|
|
7
|
+
- 5
|
|
8
|
+
- 0
|
|
9
|
+
version: 0.5.0
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Gaelian Ditchburn
|
|
@@ -14,7 +14,7 @@ autorequire:
|
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
16
|
|
|
17
|
-
date: 2010-
|
|
17
|
+
date: 2010-12-12 00:00:00 +11:00
|
|
18
18
|
default_executable:
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|