preact 1.0.0 → 1.0.1
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/lib/preact/version.rb +1 -1
- metadata +4 -4
data/lib/preact/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: preact
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2014-03-24 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rest-client
|
|
@@ -125,7 +125,7 @@ dependencies:
|
|
|
125
125
|
version: '1.0'
|
|
126
126
|
description: API library to allow you to connect and submit messages and actions to
|
|
127
127
|
Preact
|
|
128
|
-
email: gooley@preact.
|
|
128
|
+
email: gooley@preact.com
|
|
129
129
|
executables: []
|
|
130
130
|
extensions: []
|
|
131
131
|
extra_rdoc_files:
|
|
@@ -148,7 +148,7 @@ files:
|
|
|
148
148
|
- lib/preact.rb
|
|
149
149
|
- readme.md
|
|
150
150
|
- LICENSE.txt
|
|
151
|
-
homepage:
|
|
151
|
+
homepage: https://github.com/preact/preact-ruby
|
|
152
152
|
licenses:
|
|
153
153
|
- MIT
|
|
154
154
|
post_install_message:
|