highrise 1.0.2 → 1.0.3
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.mkdn +2 -2
- data/VERSION.yml +4 -3
- metadata +3 -3
data/README.mkdn
CHANGED
|
@@ -10,7 +10,7 @@ All these classes are inherited from ActiveResouce::Base. Refer to the [ActiveRe
|
|
|
10
10
|
|
|
11
11
|
## Installing
|
|
12
12
|
|
|
13
|
-
gem install
|
|
13
|
+
gem install highrise
|
|
14
14
|
|
|
15
15
|
### Dependencies (see the Rakefile or run <code>rake check_dependencies</code>)
|
|
16
16
|
|
|
@@ -91,4 +91,4 @@ for writing an excellent tutorial and [posting your source][e] on GitHub.
|
|
|
91
91
|
[rh]: http://reinh.com/blog/2009/04/27/how-to-cache-anything-with-activesupport.html
|
|
92
92
|
[tl]: http://github.com/ThiagoLelis
|
|
93
93
|
[rdoc]: http://rdoc.info/projects/kmayer/highrise
|
|
94
|
-
[devver]:
|
|
94
|
+
[devver]: https://devver.net/caliper/project?repo=git%3A%2F%2Fgithub.com%2Fkmayer%2Fhighrise.git
|
data/VERSION.yml
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
:
|
|
2
|
-
:
|
|
3
|
-
:major: 1
|
|
1
|
+
:patch: 3
|
|
2
|
+
:build:
|
|
3
|
+
:major: 1
|
|
4
|
+
:minor: 0
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: highrise
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- "Marcos Tapaj\xC3\xB3s"
|
|
@@ -10,7 +10,7 @@ autorequire:
|
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
|
|
13
|
-
date: 2009-
|
|
13
|
+
date: 2009-11-11 00:00:00 -02:00
|
|
14
14
|
default_executable:
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
@@ -41,7 +41,7 @@ description: "\n\
|
|
|
41
41
|
require 'highrise'\n\
|
|
42
42
|
Highrise::Base.site = 'http://your_site.highrisehq.com/'\n\
|
|
43
43
|
Highrise::Base.user = 'your_api_auth_token'\n "
|
|
44
|
-
email: marcos@tapajos.me
|
|
44
|
+
email: marcos@tapajos.me
|
|
45
45
|
executables: []
|
|
46
46
|
|
|
47
47
|
extensions: []
|