stackfu 0.1.2.1 → 0.1.2.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.
Files changed (4) hide show
  1. data/Rakefile +1 -1
  2. data/lib/stackfu.rb +2 -2
  3. data/stackfu.gemspec +1 -1
  4. metadata +3 -3
data/Rakefile CHANGED
@@ -4,7 +4,7 @@ require 'rake/testtask'
4
4
 
5
5
  require 'echoe'
6
6
 
7
- Echoe.new('stackfu', '0.1.2.1') do |p|
7
+ Echoe.new('stackfu', '0.1.2.2') do |p|
8
8
  p.description = "StackFu Backend"
9
9
  p.url = "http://stackfu.com/cli"
10
10
  p.author = "Felipe Coury"
data/lib/stackfu.rb CHANGED
@@ -51,8 +51,8 @@ require "#{dir}/commands/dump_command"
51
51
 
52
52
  module StackFu
53
53
  VERSION = '0.1.1'
54
- # API = "http://beta.stackfu.com"
55
- API = "http://localhost:3000"
54
+ API = "http://beta.stackfu.com"
55
+ # API = "http://localhost:3000"
56
56
  CONFIG_FILE = "#{ENV['HOME']}/.stackfu"
57
57
 
58
58
  include StackFu::OperatingSystems
data/stackfu.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{stackfu}
5
- s.version = "0.1.2.1"
5
+ s.version = "0.1.2.2"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Felipe Coury"]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stackfu
3
3
  version: !ruby/object:Gem::Version
4
- hash: 77
4
+ hash: 75
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
9
  - 2
10
- - 1
11
- version: 0.1.2.1
10
+ - 2
11
+ version: 0.1.2.2
12
12
  platform: ruby
13
13
  authors:
14
14
  - Felipe Coury