jiveapps 0.1.1 → 0.1.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.
data/.gitignore CHANGED
@@ -1,4 +1,5 @@
1
1
  pkg/*
2
2
  *.gem
3
3
  .bundle
4
+ Gemfile.lock
4
5
 
data/History.txt CHANGED
@@ -1,7 +1,7 @@
1
1
  === 0.1.1 2011-02-21
2
2
  * Major enhancements
3
3
  * "jiveapps clone <appname>" command, shortcut for git clone command for jive apps
4
- * Better user feedback for usage output and argument for oauth and sharing commands
4
+ * Better user feedback for usage and required arguments for oauth and sharing commands
5
5
 
6
6
  === 0.1.0 2011-02-16
7
7
  * Major enhancements
@@ -6,8 +6,8 @@
6
6
  author_affiliation="Company Name"
7
7
  author_email="<%= author_email = `git config --global user.email`.to_s.strip; author_email.length > 0 ? author_email : 'TODO: Author Email' %>"
8
8
  height="300"
9
- thumbnail="<%= Jiveapps::WEBHOST %>/apps/<%= name %>/images/thumbnail.png"
10
- screenshot="<%= Jiveapps::WEBHOST %>/apps/<%= name %>/images/screenshot.png">
9
+ thumbnail="<%= Jiveapps::WEBHOST %>/apps/dev/<%= name %>/images/thumbnail.png"
10
+ screenshot="<%= Jiveapps::WEBHOST %>/apps/dev/<%= name %>/images/screenshot.png">
11
11
 
12
12
  <!-- Commonly used features -->
13
13
  <Require feature="dynamic-height" />
@@ -17,9 +17,9 @@
17
17
  <Require feature="views" />
18
18
 
19
19
  <!-- Icons - 3 sizes, 16x16, 48x48, 128x128 -->
20
- <Link rel="Icon" href="<%= Jiveapps::WEBHOST %>/apps/<%= name %>/images/icon16.png" />
21
- <Link rel="MediumIcon" href="<%= Jiveapps::WEBHOST %>/apps/<%= name %>/images/icon48.png" />
22
- <Link rel="LargeIcon" href="<%= Jiveapps::WEBHOST %>/apps/<%= name %>/images/icon128.png" />
20
+ <Link rel="Icon" href="<%= Jiveapps::WEBHOST %>/apps/dev/<%= name %>/images/icon16.png" />
21
+ <Link rel="MediumIcon" href="<%= Jiveapps::WEBHOST %>/apps/dev/<%= name %>/images/icon48.png" />
22
+ <Link rel="LargeIcon" href="<%= Jiveapps::WEBHOST %>/apps/dev/<%= name %>/images/icon128.png" />
23
23
 
24
24
  <!-- OAuth Services: https://developers.jivesoftware.com/community/docs/DOC-1161 -->
25
25
  <!--
data/bin/jiveapps CHANGED
@@ -3,6 +3,8 @@
3
3
  lib = File.expand_path(File.dirname(__FILE__) + '/../lib')
4
4
  $LOAD_PATH.unshift(lib) if File.directory?(lib) && !$LOAD_PATH.include?(lib)
5
5
 
6
+ require 'thread' # RubyGems 1.6.x compatibility
7
+
6
8
  require 'jiveapps'
7
9
  require 'jiveapps/command'
8
10
 
@@ -1,3 +1,3 @@
1
1
  module Jiveapps
2
- VERSION = '0.1.1'
2
+ VERSION = '0.1.2'
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jiveapps
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 31
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 1
10
- version: 0.1.1
9
+ - 2
10
+ version: 0.1.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Scott Becker
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-02-21 00:00:00 -08:00
18
+ date: 2011-03-17 00:00:00 -07:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -125,7 +125,6 @@ files:
125
125
  - .gitignore
126
126
  - .rspec
127
127
  - Gemfile
128
- - Gemfile.lock
129
128
  - History.txt
130
129
  - Manifest.txt
131
130
  - PostInstall.txt
@@ -193,7 +192,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
193
192
  requirements: []
194
193
 
195
194
  rubyforge_project:
196
- rubygems_version: 1.5.0
195
+ rubygems_version: 1.6.2
197
196
  signing_key:
198
197
  specification_version: 3
199
198
  summary: The "jiveapps" gem is a set of command line tools for building and hosting Jive App front-ends.
data/Gemfile.lock DELETED
@@ -1,39 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- jiveapps (0.1.1.alpha)
5
- activesupport (= 2.3.5)
6
- rest-client (= 1.6.1)
7
- rubigen (= 1.5.5)
8
-
9
- GEM
10
- remote: http://rubygems.org/
11
- specs:
12
- activesupport (2.3.5)
13
- addressable (2.2.2)
14
- crack (0.1.8)
15
- diff-lcs (1.1.2)
16
- mime-types (1.16)
17
- rest-client (1.6.1)
18
- mime-types (>= 1.16)
19
- rspec (2.2.0)
20
- rspec-core (~> 2.2)
21
- rspec-expectations (~> 2.2)
22
- rspec-mocks (~> 2.2)
23
- rspec-core (2.2.1)
24
- rspec-expectations (2.2.0)
25
- diff-lcs (~> 1.1.2)
26
- rspec-mocks (2.2.0)
27
- rubigen (1.5.5)
28
- activesupport (~> 2.3.5)
29
- webmock (1.6.1)
30
- addressable (>= 2.2.2)
31
- crack (>= 0.1.7)
32
-
33
- PLATFORMS
34
- ruby
35
-
36
- DEPENDENCIES
37
- jiveapps!
38
- rspec (>= 2.2.0)
39
- webmock (>= 1.6.1)