framey 1.0.3 → 1.0.4

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/Rakefile CHANGED
@@ -5,14 +5,14 @@ require 'framey'
5
5
 
6
6
  Hoe.spec('framey') do |p|
7
7
  p.name = "framey"
8
- p.version = '1.0.3'
8
+ p.version = '1.0.4'
9
9
  p.author = "Shaun Salzberg"
10
10
  p.description = "A gem for easy Rails integration with the Framey video recording service."
11
11
  p.email = 'shaun@qlabs.com'
12
12
  p.summary = "A gem for easy Rails integration with the Framey video recording service."
13
13
  p.url = "http://framey.com"
14
14
  p.changes = p.paragraphs_of('CHANGELOG', 0..1).join("\n\n")
15
- p.dependency("httparty","> 0.7.7")
15
+ p.dependency("httparty",">= 0.7.7")
16
16
  p.remote_rdoc_dir = '' # Release to root
17
17
  end
18
18
 
data/lib/framey.rb CHANGED
@@ -3,7 +3,7 @@ require 'framey/api'
3
3
  require 'framey/view_helpers'
4
4
 
5
5
  module Framey
6
- VERSION = "1.0.3"
6
+ VERSION = "1.0.4"
7
7
 
8
8
  extend Configuration
9
9
  end
@@ -1,7 +1,7 @@
1
1
  module Framey
2
2
 
3
3
  module Configuration
4
- VERSION = '1.0.3'.freeze unless defined?(VERSION)
4
+ VERSION = '1.0.4'.freeze unless defined?(VERSION)
5
5
 
6
6
  DEFAULT_API_HOST = "http://framey.com".freeze
7
7
  DEFAULT_USER_AGENT = "Framey Ruby Gem #{VERSION}".freeze
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: framey
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 31
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 3
10
- version: 1.0.3
9
+ - 4
10
+ version: 1.0.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Shaun Salzberg
@@ -23,7 +23,7 @@ dependencies:
23
23
  requirement: &id001 !ruby/object:Gem::Requirement
24
24
  none: false
25
25
  requirements:
26
- - - ">"
26
+ - - ">="
27
27
  - !ruby/object:Gem::Version
28
28
  hash: 13
29
29
  segments: