centrum_faktur 0.2.1 → 0.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.
- data/centrum_faktur.gemspec +11 -0
- data/lib/centrum_faktur/version.rb +1 -1
- metadata +9 -4
data/centrum_faktur.gemspec
CHANGED
|
@@ -17,4 +17,15 @@ Gem::Specification.new do |gem|
|
|
|
17
17
|
|
|
18
18
|
gem.add_dependency "multi_json", "~> 1.3.2"
|
|
19
19
|
gem.add_development_dependency "fakeweb"
|
|
20
|
+
|
|
21
|
+
gem.post_install_message = %{
|
|
22
|
+
*************************************************************************
|
|
23
|
+
|
|
24
|
+
Interface of version 0.3 of this gem will change with backward incompatibilities.
|
|
25
|
+
|
|
26
|
+
If you don't want to update your code, please specify in your Gemfile:
|
|
27
|
+
gem "centrum_faktur", "~> 0.2.0"
|
|
28
|
+
|
|
29
|
+
*************************************************************************
|
|
30
|
+
}
|
|
20
31
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: centrum_faktur
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
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: 2012-
|
|
12
|
+
date: 2012-07-30 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: multi_json
|
|
@@ -88,7 +88,11 @@ files:
|
|
|
88
88
|
- test/utils_test.rb
|
|
89
89
|
homepage: https://github.com/morgoth/centrum_faktur
|
|
90
90
|
licenses: []
|
|
91
|
-
post_install_message:
|
|
91
|
+
post_install_message: ! "\n *************************************************************************\n\n
|
|
92
|
+
\ Interface of version 0.3 of this gem will change with backward incompatibilities.\n\n
|
|
93
|
+
\ If you don't want to update your code, please specify in your Gemfile:\n gem
|
|
94
|
+
\"centrum_faktur\", \"~> 0.2.0\"\n\n *************************************************************************\n
|
|
95
|
+
\ "
|
|
92
96
|
rdoc_options: []
|
|
93
97
|
require_paths:
|
|
94
98
|
- lib
|
|
@@ -106,8 +110,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
106
110
|
version: '0'
|
|
107
111
|
requirements: []
|
|
108
112
|
rubyforge_project:
|
|
109
|
-
rubygems_version: 1.8.
|
|
113
|
+
rubygems_version: 1.8.24
|
|
110
114
|
signing_key:
|
|
111
115
|
specification_version: 3
|
|
112
116
|
summary: Ruby client for Centrum Faktur API
|
|
113
117
|
test_files: []
|
|
118
|
+
has_rdoc:
|