comufy 0.0.3pre1 → 0.0.3pre2
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.md +2 -2
- data/comufyruby.gemspec +2 -2
- data/lib/comufy/version.rb +1 -1
- metadata +4 -5
- data/yaml/config.yaml +0 -2
data/README.md
CHANGED
data/comufyruby.gemspec
CHANGED
|
@@ -8,8 +8,8 @@ Gem::Specification.new do |gem|
|
|
|
8
8
|
gem.version = Comufy::VERSION
|
|
9
9
|
gem.authors = %w(plcstevens)
|
|
10
10
|
gem.email = %w(philip@tauri-tec.com)
|
|
11
|
-
gem.description = %q{This library can be used with Heroku}
|
|
12
|
-
gem.summary = %q{This
|
|
11
|
+
gem.description = %q{This library can be used with Heroku to connect to Comufy services}
|
|
12
|
+
gem.summary = %q{This gem is intended to be used on heroku to allow users to easily setup their ruby systems with Comufy services}
|
|
13
13
|
gem.homepage = "https://github.com/plcstevens/comufyruby"
|
|
14
14
|
|
|
15
15
|
gem.files = `git ls-files`.split($/)
|
data/lib/comufy/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: comufy
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3pre2
|
|
5
5
|
prerelease: 5
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -43,7 +43,7 @@ dependencies:
|
|
|
43
43
|
- - ! '>='
|
|
44
44
|
- !ruby/object:Gem::Version
|
|
45
45
|
version: '0'
|
|
46
|
-
description: This library can be used with Heroku
|
|
46
|
+
description: This library can be used with Heroku to connect to Comufy services
|
|
47
47
|
email:
|
|
48
48
|
- philip@tauri-tec.com
|
|
49
49
|
executables: []
|
|
@@ -62,7 +62,6 @@ files:
|
|
|
62
62
|
- lib/comufy/version.rb
|
|
63
63
|
- spec/comufy_spec.rb
|
|
64
64
|
- spec/spec_helper.rb
|
|
65
|
-
- yaml/config.yaml
|
|
66
65
|
homepage: https://github.com/plcstevens/comufyruby
|
|
67
66
|
licenses: []
|
|
68
67
|
post_install_message:
|
|
@@ -86,8 +85,8 @@ rubyforge_project:
|
|
|
86
85
|
rubygems_version: 1.8.24
|
|
87
86
|
signing_key:
|
|
88
87
|
specification_version: 3
|
|
89
|
-
summary: This
|
|
90
|
-
|
|
88
|
+
summary: This gem is intended to be used on heroku to allow users to easily setup
|
|
89
|
+
their ruby systems with Comufy services
|
|
91
90
|
test_files:
|
|
92
91
|
- spec/comufy_spec.rb
|
|
93
92
|
- spec/spec_helper.rb
|
data/yaml/config.yaml
DELETED