repo
string
commit
string
message
string
diff
string
ztangent/checkergen
7549ccb0da9913e79194bea8e6e066410fe51fbc
Small bugfixes, auto generate makepy module for VET.
diff --git a/src/cli.py b/src/cli.py index 101daee..38fceb9 100644 --- a/src/cli.py +++ b/src/cli.py @@ -352,733 +352,731 @@ class CkgCmd(cmd.Cmd): self.__class__.edgrp_parser.print_usage() rmgrp_parser = CmdParser(add_help=False, prog='rmgrp', description='''Removes di...
ztangent/checkergen
41951a631596775a39a6be9013cc06b0fb70fa17
is_tracked now works as intended, display can repeat failed groups/trials
diff --git a/src/core.py b/src/core.py index 171aafe..b23027e 100755 --- a/src/core.py +++ b/src/core.py @@ -1,1083 +1,1115 @@ """Contains core functionality of checkergen. Errors and Exceptions: FileFormatError FrameOverflowError Classes: CkgProj -- A checkergen project, contains settings and CkgDisplayGroup...
ztangent/checkergen
bb45644b1ed5291651a537af569cf14515304aa1
Moved descriptive text nearer to fixation cross.
diff --git a/src/core.py b/src/core.py index 444e153..171aafe 100755 --- a/src/core.py +++ b/src/core.py @@ -331,753 +331,753 @@ class CkgProj: logtime -- timestamp of each frame is saved to a logfile if true logdur -- duration of each frame is saved to a logfile if true sigser -- send si...
ztangent/checkergen
0da13c578d1bbf97a664dd95fca5c9ddb8bab0f6
Made calibrate query handle EOFs.
diff --git a/src/cli.py b/src/cli.py index 4356f12..101daee 100644 --- a/src/cli.py +++ b/src/cli.py @@ -524,553 +524,561 @@ class CkgCmd(cmd.Cmd): def help_ed(self): self.__class__.ed_parser.print_help() def do_ed(self, line): """Edits attributes of checkerboards specified by ids.""" ...
ztangent/checkergen
3df0f2ace0c8f5404aeaa8bbdbbf17f5f98e62e7
fpbs - flips per board sig - now can be set by the user
diff --git a/src/cli.py b/src/cli.py index 627251c..4356f12 100644 --- a/src/cli.py +++ b/src/cli.py @@ -266,805 +266,811 @@ class CkgCmd(cmd.Cmd): mkgrp_parser = CmdParser(add_help=False, prog='mkgrp', formatter_class= argparse.ArgumentDefaultsHelpForm...
ztangent/checkergen
cb34702294c2459d299e798d3733401c7b220611
Introduced signal priority, signal sending upon tracking start/stop.
diff --git a/src/cli.py b/src/cli.py index 0a4b1e6..627251c 100644 --- a/src/cli.py +++ b/src/cli.py @@ -523,548 +523,548 @@ class CkgCmd(cmd.Cmd): def help_ed(self): self.__class__.ed_parser.print_help() def do_ed(self, line): """Edits attributes of checkerboards specified by ids.""" ...
ztangent/checkergen
53e9c7416947d2922e41ea588a0d3c365c4f9242
Reading and running experiments from block files implemented.
diff --git a/src/cli.py b/src/cli.py index eaf336f..0a4b1e6 100644 --- a/src/cli.py +++ b/src/cli.py @@ -238,815 +238,833 @@ class CkgCmd(cmd.Cmd): set_parser.add_argument('--cross_times', metavar='TIME1,TIME2', action=store_tuple(2, ',', to_decimal), help=''...
ztangent/checkergen
c89347318fa234a9ab0732dbfd64a2bdbbf2aeb8
Changed default board flip signal period to 10 flips before sending signal.
diff --git a/src/signals.py b/src/signals.py index a5adfc8..126b87e 100644 --- a/src/signals.py +++ b/src/signals.py @@ -1,130 +1,130 @@ """Module for signalling upon stimuli appearance using the serial or parallel ports.""" SERPORT = None PARPORT = None STATE = None OLD_STATE = None USER_START = 128 # 0b...
ztangent/checkergen
119608866108b64b3afa858bb57227e788ea39d8
Fixed board flip signals not being sent, added option to send signals after set number of flips.
diff --git a/src/core.py b/src/core.py index 88c7c52..6e161d8 100755 --- a/src/core.py +++ b/src/core.py @@ -1,1019 +1,1033 @@ """Contains core functionality of checkergen. Errors and Exceptions: FileFormatError FrameOverflowError Classes: CkgProj -- A checkergen project, contains settings and CkgDisplayGroup...
ztangent/checkergen
71a5f3006c7bc55ed7718df6fda078569c8df3f2
Experimental block generation working.
diff --git a/src/cli.py b/src/cli.py index b5510b2..eaf336f 100644 --- a/src/cli.py +++ b/src/cli.py @@ -437,560 +437,616 @@ class CkgCmd(cmd.Cmd): self.cur_group = self.cur_proj.groups[args.gid] print "group", args.gid, "is now the current display group" mk_parser = CmdParser(add_help=...
ztangent/checkergen
f4351b2446214252779cc92a2b93eceb67e99b60
started blockgen function
diff --git a/src/core.py b/src/core.py index 227e5dc..ee1670c 100755 --- a/src/core.py +++ b/src/core.py @@ -1,769 +1,792 @@ """Contains core functionality of checkergen. Errors and Exceptions: FileFormatError FrameOverflowError Classes: CkgProj -- A checkergen project, contains settings and CkgDisplayGroups....
ztangent/checkergen
d6366c703fae96475cb06f095a5cc6c2a5e2f7e4
cleaned up calibration check in do_display
diff --git a/src/cli.py b/src/cli.py index c94615a..b5510b2 100644 --- a/src/cli.py +++ b/src/cli.py @@ -324,674 +324,673 @@ class CkgCmd(cmd.Cmd): if self.cur_proj == None: print 'please create or open a project first' return try: args = self.__class__.edgrp_par...
ztangent/checkergen
08b3e50081a93e9c1ce75ad05b707aae614c1c4e
display checks for calibration status and prompts for file before running
diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..94a9ed0 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> + Everyone is permi...
quirkey/gembox
3382984bbf098cf73a16d3e94cde1b1e9406426f
Regenerate gemspec for version 0.2.3
diff --git a/gembox.gemspec b/gembox.gemspec index d0ecead..e26bf76 100644 --- a/gembox.gemspec +++ b/gembox.gemspec @@ -1,61 +1,102 @@ +# Generated by jeweler +# DO NOT EDIT THIS FILE DIRECTLY +# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s...
quirkey/gembox
431aecc8a009ce8904252e4302cfb4de6658886d
Bump version
diff --git a/History.txt b/History.txt index 5874532..7fb2b0f 100644 --- a/History.txt +++ b/History.txt @@ -1,42 +1,46 @@ +== 0.2.3 2011-01-15 + +* Fixes incompatibility with latest version of will-paginate. + == 0.2.2 2010-04-10 * Fixed sinatra dependency, Thanks Romko Stets! == 0.2.1 2009-08-30 * Typing in...
quirkey/gembox
8e4b9ce7fec703365829186e518aeb87df746d7f
Moving to jeweler. Fixed will-paginate issue. Closes #13
diff --git a/Rakefile b/Rakefile index aa1d6d5..33dd2cb 100644 --- a/Rakefile +++ b/Rakefile @@ -1,35 +1,39 @@ -%w[rubygems rake rake/clean fileutils hoe newgem rubigen].each { |f| require f } +%w[rubygems rake rake/clean rake/testtask fileutils].each { |f| require f } require File.dirname(__FILE__) + '/lib/gembox' ...
quirkey/gembox
253011e8787b35b4726747bf06c6b6f11feb19a4
New version
diff --git a/Rakefile b/Rakefile index e2c1117..aa1d6d5 100644 --- a/Rakefile +++ b/Rakefile @@ -1,35 +1,35 @@ -%w[rubygems rake rake/clean fileutils newgem rubigen].each { |f| require f } +%w[rubygems rake rake/clean fileutils hoe newgem rubigen].each { |f| require f } require File.dirname(__FILE__) + '/lib/gembox'...
quirkey/gembox
45c2c6f80b418ce9a7b02e8d26e350baa01060c6
- fixed the 'uninitialized constant Sinatra::Default (NameError)' in 'gembox-0.2.1/lib/gembox/app.rb:4' by changing '::Sinatra::Default' to 'Sinatra::Base'
diff --git a/lib/gembox/app.rb b/lib/gembox/app.rb index b76accb..1c16fe6 100644 --- a/lib/gembox/app.rb +++ b/lib/gembox/app.rb @@ -1,96 +1,96 @@ require 'sinatra' module Gembox - class App < ::Sinatra::Default + class App < Sinatra::Base include Gembox::ViewHelpers include WillPaginate::ViewHelpers ...
quirkey/gembox
2a4cfc2403d1cdd505249868db6e5f04c0fc66c5
Version Bump v0.2.1
diff --git a/History.txt b/History.txt index 68899f2..5a11b0e 100644 --- a/History.txt +++ b/History.txt @@ -1,31 +1,38 @@ +== 0.2.1 2009-08-30 + +* Typing in an argument in the command line will launch to that specific search: +e.g. $ gembox rack #=> opens gembox to the rack page. +* If a search exactly matches a gem...
quirkey/gembox
bc342caf106212621212e4b0419c3f83c89b68cb
New version (0.2.0)
diff --git a/History.txt b/History.txt index 57a74ec..68899f2 100644 --- a/History.txt +++ b/History.txt @@ -1,23 +1,31 @@ +== 0.2.0 2009-07-06 + +* Updated to latest version of Vegas for Windows compatability +* Links to RDoc should only display if Rdoc actually exists +* Format the Gem description with RDoc +* Reload...
quirkey/gembox
23f9b9aa4753b6b44ba31efe1d40f4c9a1d3b197
show newest gem instead of oldest one
diff --git a/lib/gembox/gems.rb b/lib/gembox/gems.rb index de03305..73fae6c 100644 --- a/lib/gembox/gems.rb +++ b/lib/gembox/gems.rb @@ -1,44 +1,44 @@ module Gembox class Gems class << self attr_accessor :source_index def load @source_index ||= ::Gem.source_index local...
quirkey/gembox
44673f9223b62a404334ce361e3451bffc6414d0
Rdoc only displays if there is an RDOC directory and the has_rdoc? gem spec option is checked. Closes #4
diff --git a/lib/gembox/app.rb b/lib/gembox/app.rb index 1aa35ed..9860a4e 100644 --- a/lib/gembox/app.rb +++ b/lib/gembox/app.rb @@ -1,94 +1,92 @@ require 'sinatra' module Gembox class App < ::Sinatra::Default include Gembox::ViewHelpers include WillPaginate::ViewHelpers @@root = File.ex...
quirkey/gembox
89247836db2adfeea72d780f87a500e9e20cb34f
Added RDoc formatting for gem description. Closes #6.
diff --git a/lib/gembox.rb b/lib/gembox.rb index 9619db4..cf7c4ec 100644 --- a/lib/gembox.rb +++ b/lib/gembox.rb @@ -1,19 +1,20 @@ $:.unshift(File.dirname(__FILE__)) unless $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__))) require 'rubygems' require 'haml' require 'sa...
quirkey/gembox
0e83224d34734ea2f2d8337f289941902b469a7a
Fixed link to sinatrarb (whoops!) Added display of mode in footer.
diff --git a/lib/gembox/app.rb b/lib/gembox/app.rb index 792ad7c..1aa35ed 100644 --- a/lib/gembox/app.rb +++ b/lib/gembox/app.rb @@ -1,93 +1,94 @@ require 'sinatra' module Gembox class App < ::Sinatra::Default include Gembox::ViewHelpers include WillPaginate::ViewHelpers @@root = File.ex...
quirkey/gembox
ed4272aed152f7642aaaf28be983996a2e4ad59b
Version Bump after config.ru fix
diff --git a/History.txt b/History.txt index 22c334c..57a74ec 100644 --- a/History.txt +++ b/History.txt @@ -1,19 +1,23 @@ +== 0.1.5 2009-05-22 + +* Fixed the config.ru so gembox can run on passenger [Thanks Lenary] + == 0.1.4 2009-04-13 * Using the brand new release of Vegas for the binary == 0.1.3 2009-04-06 ...
quirkey/gembox
eff9e887cb175eac02f5b90660edf9bf2a4c2747
Fixed/moved the config.ru so its accesible for passenger [thanks Lenary!]
diff --git a/.gitignore b/.gitignore index 5121396..cebbb9a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ .DS_Store -pkg/* \ No newline at end of file +pkg/* +_site +_layouts \ No newline at end of file diff --git a/Manifest.txt b/Manifest.txt index e48a698..7f7fb3c 100644 --- a/Manifest.txt +++ b/Manifest....
quirkey/gembox
b0ef949e05c52e93c1fcaae872ebb033bf6f473d
Version bump after making use of vegas
diff --git a/History.txt b/History.txt index 522635c..22c334c 100644 --- a/History.txt +++ b/History.txt @@ -1,15 +1,19 @@ +== 0.1.4 2009-04-13 + +* Using the brand new release of Vegas for the binary + == 0.1.3 2009-04-06 * Support/linking to local RDoc files in Gem pages * Added JS so that clippy only loads on m...
quirkey/gembox
2cdf485c3af2aecf435b2d079c4f315a8c73eae3
Using Vegas::Runner to run the binary (depends on vegas now)
diff --git a/Rakefile b/Rakefile index 9e96b7c..c756971 100644 --- a/Rakefile +++ b/Rakefile @@ -1,35 +1,34 @@ %w[rubygems rake rake/clean fileutils newgem rubigen jeweler].each { |f| require f } require File.dirname(__FILE__) + '/lib/gembox' -require 'jeweler' - # Generate all the Rake tasks # Run 'rake -T...
quirkey/gembox
ed71ce1ff09ffdc165a8f496d4bd33e42552ce9a
Added strict search option (fixes wrong version # in gem detail page)
diff --git a/lib/gembox/app.rb b/lib/gembox/app.rb index b22c97f..696e067 100644 --- a/lib/gembox/app.rb +++ b/lib/gembox/app.rb @@ -1,87 +1,87 @@ require 'sinatra' module Gembox class App < ::Sinatra::Default include Gembox::ViewHelpers include WillPaginate::ViewHelpers @@root = File.ex...
quirkey/gembox
b62e1b0011bff821c212bbea9e72f8088f5a550a
Fixed gemspec
diff --git a/Rakefile b/Rakefile index d2e764b..9e96b7c 100644 --- a/Rakefile +++ b/Rakefile @@ -1,35 +1,35 @@ %w[rubygems rake rake/clean fileutils newgem rubigen jeweler].each { |f| require f } require File.dirname(__FILE__) + '/lib/gembox' require 'jeweler' # Generate all the Rake tasks # Run 'rake -T...
quirkey/gembox
29aee27266b8a10f709e77d70402336b40624be8
Version bump to 0.1.3
diff --git a/VERSION.yml b/VERSION.yml index e118f7a..2953502 100644 --- a/VERSION.yml +++ b/VERSION.yml @@ -1,4 +1,4 @@ --- +:patch: 3 :major: 0 :minor: 1 -:patch: 2 \ No newline at end of file
quirkey/gembox
336e0130068d4d81057f1b20be06b4663d9caa9d
Fixed display/css for rdoc
diff --git a/views/doc.haml b/views/doc.haml index 5219d12..8376be8 100644 --- a/views/doc.haml +++ b/views/doc.haml @@ -1,16 +1,17 @@ %html{:xmlns=> "http://www.w3.org/1999/xhtml", 'xml:lang' => "en", :lang => "en"} %head %meta{'http-equiv' => "Content-Type", 'content' => "text/html; charset=utf-8"} %tit...
quirkey/gembox
8f3247573b2204859b2de0f92622752232c64c97
Fixed Rdoc display - had to do with content type
diff --git a/lib/gembox/app.rb b/lib/gembox/app.rb index b70481d..773b8d2 100644 --- a/lib/gembox/app.rb +++ b/lib/gembox/app.rb @@ -1,87 +1,88 @@ require 'sinatra' module Gembox class App < ::Sinatra::Default include Gembox::ViewHelpers include WillPaginate::ViewHelpers @@root = File.ex...
quirkey/gembox
1f207f65f550d1cde3e69a22800d8e825fc879d9
Have rdoc displaying, but CSS is wonky
diff --git a/lib/gembox/app.rb b/lib/gembox/app.rb index e3fde76..b70481d 100644 --- a/lib/gembox/app.rb +++ b/lib/gembox/app.rb @@ -1,87 +1,87 @@ require 'sinatra' module Gembox class App < ::Sinatra::Default include Gembox::ViewHelpers include WillPaginate::ViewHelpers @@root = File.ex...
quirkey/gembox
1119e3bae4802f3134b35ccfa19b1f5c640ad33b
Having trouble with wrapping files in a frame
diff --git a/views/doc.haml b/views/doc.haml index efba9d7..49dccd7 100644 --- a/views/doc.haml +++ b/views/doc.haml @@ -1,16 +1,16 @@ %html{:xmlns=> "http://www.w3.org/1999/xhtml", 'xml:lang' => "en", :lang => "en"} %head %meta{'http-equiv' => "Content-Type", 'content' => "text/html; charset=utf-8"} %tit...
quirkey/gembox
c6f8d11b9f7b0c3dad6e5fe99e6afc9232137bf0
Trying to wrap rdoc in a back to gembox thingie
diff --git a/lib/gembox/app.rb b/lib/gembox/app.rb index c62c0fc..e3fde76 100644 --- a/lib/gembox/app.rb +++ b/lib/gembox/app.rb @@ -1,66 +1,87 @@ require 'sinatra' module Gembox class App < ::Sinatra::Default include Gembox::ViewHelpers include WillPaginate::ViewHelpers @@root = File.ex...
quirkey/gembox
bb476b3b2edc1b86f3bd05c9c7498904efc86ecb
Fixed paths for action/edit
diff --git a/public/javascripts/gembox.js b/public/javascripts/gembox.js index 06a21a9..510bb39 100644 --- a/public/javascripts/gembox.js +++ b/public/javascripts/gembox.js @@ -1,75 +1,75 @@ (function($) { $.metadata.setType("attr", "data"); function clippy(path, bgcolor) { return '<object classid="clsi...
quirkey/gembox
13f5dab0a9baa77ff2f56bcd9eb9ac406d130c72
Very much improved file tree - controls load on demand with JS
diff --git a/VERSION.yml b/VERSION.yml index 20ba869..e118f7a 100644 --- a/VERSION.yml +++ b/VERSION.yml @@ -1,4 +1,4 @@ --- -:patch: 2 :major: 0 :minor: 1 +:patch: 2 \ No newline at end of file diff --git a/public/javascripts/gembox.js b/public/javascripts/gembox.js new file mode 100644 index 0000000..06a21a9 --- ...
quirkey/gembox
30f741f6a7e7f92e643cc0f53e66de5a06102c59
Regenerated gemspec for version 0.1.2
diff --git a/gembox.gemspec b/gembox.gemspec index c0f368a..fb82394 100644 --- a/gembox.gemspec +++ b/gembox.gemspec @@ -1,40 +1,43 @@ # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{gembox} - s.version = "0.1.1" + s.version = "0.1.2" s.required_rubygems_version = Gem::Requirement.new(...
quirkey/gembox
0423cbbf3138d0dd919005b4f0ef91be9d834a91
Added haml as dependency
diff --git a/Rakefile b/Rakefile index ea32585..a649444 100644 --- a/Rakefile +++ b/Rakefile @@ -1,40 +1,41 @@ %w[rubygems rake rake/clean fileutils newgem rubigen jeweler].each { |f| require f } require File.dirname(__FILE__) + '/lib/gembox' require 'jeweler' Jeweler::Tasks.new do |s| s.name = "gembox" ...
quirkey/gembox
5374e6ad48579bbcb713945dd66e0ff67fcc84cf
Regenerated gemspec for version 0.1.1
diff --git a/gembox.gemspec b/gembox.gemspec index b725e98..c0f368a 100644 --- a/gembox.gemspec +++ b/gembox.gemspec @@ -1,40 +1,40 @@ # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{gembox} s.version = "0.1.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to...
quirkey/gembox
d29f472fc7ea1dcb19ca4c5e2127923c1ee2737a
Hoe and Jeweler are sitting side by side Reorganizing files
diff --git a/Manifest.txt b/Manifest.txt index 8935f98..d02d546 100644 --- a/Manifest.txt +++ b/Manifest.txt @@ -1,41 +1,40 @@ History.txt Manifest.txt PostInstall.txt README.rdoc Rakefile +VERSION.yml bin/gembox -config.ru -gembox.rb +gembox.gemspec lib/extensions.rb lib/gembox.rb -lib/gembox/cli.rb -lib/gembo...
quirkey/gembox
d872ffaa8712bb37eb9f9720e854341b5caf6380
Version bump to 0.1.1
diff --git a/VERSION.yml b/VERSION.yml index 02314bb..648d417 100644 --- a/VERSION.yml +++ b/VERSION.yml @@ -1,4 +1,4 @@ --- -:minor: 1 -:patch: 0 +:patch: 1 :major: 0 +:minor: 1
quirkey/gembox
acfcecf22738e2a28e24e29c47107f972bd818be
Depend on sinatra
diff --git a/Rakefile b/Rakefile index cd47a65..6322851 100644 --- a/Rakefile +++ b/Rakefile @@ -1,38 +1,39 @@ # %w[rubygems rake rake/clean fileutils newgem rubigen jeweler].each { |f| require f } require File.dirname(__FILE__) + '/lib/gembox' require 'jeweler' Jeweler::Tasks.new do |s| s.name = "gembox"...
quirkey/gembox
89e5431da7d68c1325e6462b1d5cc5c81ff012e8
Version bump to 0.1.0
diff --git a/VERSION.yml b/VERSION.yml index 44cd0bc..02314bb 100644 --- a/VERSION.yml +++ b/VERSION.yml @@ -1,4 +1,4 @@ --- +:minor: 1 :patch: 0 :major: 0 -:minor: 0
quirkey/gembox
1a44ba5f60262644d6eba8d36e4285f2c261732c
Working towards gemification
diff --git a/Rakefile b/Rakefile index b43302a..01fe054 100644 --- a/Rakefile +++ b/Rakefile @@ -1,28 +1,40 @@ %w[rubygems rake rake/clean fileutils newgem rubigen].each { |f| require f } require File.dirname(__FILE__) + '/lib/gembox' +begin + require 'jeweler' + Jeweler::Tasks.new do |s| + s.name = "the...
quirkey/gembox
7364a56b4b36939fd1735d805395f355c20a4223
Major reorganization and cleanup
diff --git a/Manifest.txt b/Manifest.txt index 9a6bc5e..8935f98 100644 --- a/Manifest.txt +++ b/Manifest.txt @@ -1,38 +1,41 @@ History.txt Manifest.txt PostInstall.txt README.rdoc Rakefile +bin/gembox config.ru -config.yml gembox.rb lib/extensions.rb lib/gembox.rb +lib/gembox/cli.rb +lib/gembox_.rb public/ima...
quirkey/gembox
19985ce16cb133f9ad7013b386149008c4337d71
Added newgem files (Rakefile mainly)
diff --git a/History.txt b/History.txt new file mode 100644 index 0000000..566739e --- /dev/null +++ b/History.txt @@ -0,0 +1,4 @@ +== 0.0.1 2009-02-27 + +* 1 major enhancement: + * Initial release diff --git a/Manifest.txt b/Manifest.txt new file mode 100644 index 0000000..9a6bc5e --- /dev/null +++ b/Manifest.txt @@ ...
quirkey/gembox
0b7c1712e397ed7d0fdac05df07d3ff8b84ab9d8
Temporarily disabling summaries link
diff --git a/views/gems_header.haml b/views/gems_header.haml index df95228..c4eb94f 100644 --- a/views/gems_header.haml +++ b/views/gems_header.haml @@ -1,17 +1,17 @@ %h2 -if @search Gems matching %em=@search %span.num="(#{@gems.length})" -else Installed Gems %span.num="(#{@gems.total...
quirkey/gembox
82aa4f08b1c5acd2096a6837cf3697cf7ab1afab
Fixed up test suite
diff --git a/test/test_gembox_app.rb b/test/test_gembox_app.rb index c903351..03451c7 100644 --- a/test/test_gembox_app.rb +++ b/test/test_gembox_app.rb @@ -1,126 +1,133 @@ require File.join(File.dirname(__FILE__), 'test_helper') describe "Gembox App" do - - describe 'getting /' do + + describe 'getting index' ...
quirkey/gembox
093c4b30957d61d758f6c61d71db4e89150d14fe
Working search, more visual updates
diff --git a/gembox.rb b/gembox.rb index 125d51a..053b7ca 100644 --- a/gembox.rb +++ b/gembox.rb @@ -1,127 +1,131 @@ require 'rubygems' require 'sinatra' +require 'active_support' require 'will_paginate/array' require 'will_paginate/view_helpers' require File.join(File.dirname(__FILE__), 'lib', 'gembox') Gemb...
quirkey/gembox
71ce37b98dbe718cda39bc882429a6a302b5e671
Cleaned up stats
diff --git a/gembox.rb b/gembox.rb index c5b5a0c..125d51a 100644 --- a/gembox.rb +++ b/gembox.rb @@ -1,126 +1,127 @@ require 'rubygems' require 'sinatra' require 'will_paginate/array' require 'will_paginate/view_helpers' require File.join(File.dirname(__FILE__), 'lib', 'gembox') Gembox::Gems.load helpers d...
quirkey/gembox
2868a2b73244a4c6261b7fe9b41d899c2f5f539a
Got pagination working
diff --git a/gembox.rb b/gembox.rb index e40909b..c5b5a0c 100644 --- a/gembox.rb +++ b/gembox.rb @@ -1,112 +1,126 @@ require 'rubygems' require 'sinatra' +require 'will_paginate/array' +require 'will_paginate/view_helpers' require File.join(File.dirname(__FILE__), 'lib', 'gembox') Gembox::Gems.load helpers d...
quirkey/gembox
943608bd323cc261dbee949c023b0c3f24e1bd7f
Fixed up gem view Added table view for gems
diff --git a/gembox.rb b/gembox.rb index c5e8e1f..e40909b 100644 --- a/gembox.rb +++ b/gembox.rb @@ -1,64 +1,112 @@ require 'rubygems' require 'sinatra' require File.join(File.dirname(__FILE__), 'lib', 'gembox') Gembox::Gems.load helpers do def link_to(text, link = nil) link ||= text li...
quirkey/gembox
96ff40920a2eed1ac2ba516b6be49adde1bfa4cb
Fixing gembox_gems test failures
diff --git a/gembox.rb b/gembox.rb index a62926e..c5e8e1f 100644 --- a/gembox.rb +++ b/gembox.rb @@ -1,57 +1,64 @@ require 'rubygems' require 'sinatra' require File.join(File.dirname(__FILE__), 'lib', 'gembox') Gembox::Gems.load helpers do def link_to(text, link = nil) link ||= text lin...
quirkey/gembox
540a52c78becf9d5ce803e44fb1cfdb09885f5c2
Added stats to nav Using complex route pattern to find gem + version
diff --git a/gembox.rb b/gembox.rb index 98b404d..a62926e 100644 --- a/gembox.rb +++ b/gembox.rb @@ -1,53 +1,57 @@ require 'rubygems' require 'sinatra' + require File.join(File.dirname(__FILE__), 'lib', 'gembox') Gembox::Gems.load helpers do def link_to(text, link = nil) link ||= text lin...
quirkey/gembox
f75cdf8abe305ca40cacfe29ecd20469e0f78a36
More display in /gems/name
diff --git a/gembox.rb b/gembox.rb index a2a8b0e..98b404d 100644 --- a/gembox.rb +++ b/gembox.rb @@ -1,52 +1,53 @@ require 'rubygems' require 'sinatra' require File.join(File.dirname(__FILE__), 'lib', 'gembox') Gembox::Gems.load helpers do def link_to(text, link = nil) link ||= text link ...
quirkey/gembox
7c4b30fe55ea48fd741b069e9f855e7ea7b200fb
Working columns
diff --git a/lib/gembox.rb b/lib/gembox.rb index 4a16558..2854ece 100644 --- a/lib/gembox.rb +++ b/lib/gembox.rb @@ -1,38 +1,48 @@ -require 'active_support/ordered_hash' +require 'active_support' + +class ActiveSupport::OrderedHash + def to_a + a = [] + @keys.each do |key| + a << [key, self[key]] + end +...
quirkey/gembox
d278d826afbfbf0f8a14d1a451eadad7e67b2fca
Using ActiveSupport::OrderedHash to sort gems properly
diff --git a/gembox.rb b/gembox.rb index 19c3e22..a2a8b0e 100644 --- a/gembox.rb +++ b/gembox.rb @@ -1,44 +1,52 @@ require 'rubygems' require 'sinatra' require File.join(File.dirname(__FILE__), 'lib', 'gembox') Gembox::Gems.load helpers do def link_to(text, link = nil) link ||= text link ...
quirkey/gembox
0c905dfea3b49ff313af1cfbe7f173e545c09714
A lot more styling Added Gembox::Gems.search
diff --git a/gembox.rb b/gembox.rb index 82e496d..19c3e22 100644 --- a/gembox.rb +++ b/gembox.rb @@ -1,39 +1,44 @@ require 'rubygems' require 'sinatra' require File.join(File.dirname(__FILE__), 'lib', 'gembox') Gembox::Gems.load helpers do - def link_to(text, link = nil) + def link_to(text, link = nil) ...
quirkey/gembox
7cd1e4fead09fa0ec272a44289d5310a5f014527
Really simple stylin'
diff --git a/gembox.rb b/gembox.rb index 1b13448..82e496d 100644 --- a/gembox.rb +++ b/gembox.rb @@ -1,35 +1,39 @@ require 'rubygems' require 'sinatra' require File.join(File.dirname(__FILE__), 'lib', 'gembox') Gembox::Gems.load helpers do def link_to(text, link = nil) link ||= text "<a href=\"#{l...
quirkey/gembox
de1720ea1f42bfa1db151474f4c28d84b2695966
Fixing test failures
diff --git a/test/test_gembox_app.rb b/test/test_gembox_app.rb index 0f8b028..2647a7c 100644 --- a/test/test_gembox_app.rb +++ b/test/test_gembox_app.rb @@ -1,138 +1,138 @@ require File.join(File.dirname(__FILE__), 'test_helper') describe "Gembox App" do - + describe 'getting /' do before do get '/...
quirkey/gembox
6c13202e3e87e7c73b87cba926403ffc78b18c02
More specs for the actual app
diff --git a/gembox.rb b/gembox.rb index e106a5c..1b13448 100644 --- a/gembox.rb +++ b/gembox.rb @@ -1,32 +1,35 @@ require 'rubygems' require 'sinatra' require File.join(File.dirname(__FILE__), 'lib', 'gembox') Gembox::Gems.load helpers do def link_to(text, link = nil) link ||= text "<a href=\"#{l...
quirkey/gembox
67581f1299a718968ec4d1690e4d15fc3d9ceb4b
Moved gem list into its own view Added autotest support
diff --git a/test/.bacon b/test/.bacon new file mode 100644 index 0000000..e69de29 diff --git a/test/test_gembox_app.rb b/test/test_gembox_app.rb index 5e13ecf..e4d2428 100644 --- a/test/test_gembox_app.rb +++ b/test/test_gembox_app.rb @@ -1,56 +1,56 @@ -require 'test_helper' +require File.join(File.dirname(__FILE__), ...
recurly/recurly-client-php
3daa8f2ac1e98ee97002375ccff17d49ca434c39
4.61.0
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 08504db..8de998f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,11 +1,11 @@ [bumpversion] -current_version = 4.60.0 +current_version = 4.61.0 parse = (?P<major>\d+) \.(?P<minor>\d+) \.(?P<patch>\d+) serialize = {major}.{minor}.{patch} [bump...
recurly/recurly-client-php
f2d5f7dbadb615ef8e2d2f561a6010ccb17fc3d8
Generated Latest Changes for v2021-02-25
diff --git a/lib/recurly/resources/transaction.php b/lib/recurly/resources/transaction.php index 5e2c9be..5e640ce 100644 --- a/lib/recurly/resources/transaction.php +++ b/lib/recurly/resources/transaction.php @@ -1,1071 +1,1071 @@ <?php /** * This file is automatically created by Recurly's OpenAPI generation proces...
recurly/recurly-client-php
2cce5c959d5389d0c29f03f71300fdcaf5146cbd
4.60.0
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b0062f9..08504db 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,11 +1,11 @@ [bumpversion] -current_version = 4.59.0 +current_version = 4.60.0 parse = (?P<major>\d+) \.(?P<minor>\d+) \.(?P<patch>\d+) serialize = {major}.{minor}.{patch} [bump...
recurly/recurly-client-php
7d2f5efcd86805379fd20d11df301fbf374c5a6f
Generated Latest Changes for v2021-02-25
diff --git a/openapi/api.yaml b/openapi/api.yaml index 2b48470..0e1b62a 100644 --- a/openapi/api.yaml +++ b/openapi/api.yaml @@ -23219,1198 +23219,1200 @@ components: When an id is provided, the existing subscription add-on attributes will persist unless overridden in the request. m...
recurly/recurly-client-php
51f5889bea29548ee33561e5c7ec56a836957121
4.59.0
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 075e0aa..b0062f9 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,11 +1,11 @@ [bumpversion] -current_version = 4.58.0 +current_version = 4.59.0 parse = (?P<major>\d+) \.(?P<minor>\d+) \.(?P<patch>\d+) serialize = {major}.{minor}.{patch} [bump...
recurly/recurly-client-php
e4ebdc31ecc74e437b41b26a470d2a7b6fd577fa
Generated Latest Changes for v2021-02-25
diff --git a/lib/recurly/client.php b/lib/recurly/client.php index 3b2d825..5d6ce65 100644 --- a/lib/recurly/client.php +++ b/lib/recurly/client.php @@ -1441,1024 +1441,1040 @@ endpoint to obtain only the newly generated `UniqueCouponCodes`. $path = $this->interpolatePath("/performance_obligations/{performance...
recurly/recurly-client-php
b39b98101a139c3fdf2a101af9ec256adc31e60d
Generated Latest Changes for v2021-02-25
diff --git a/lib/recurly/resources/payment_gateway_references.php b/lib/recurly/resources/payment_gateway_references.php index 7660737..4a3ada4 100644 --- a/lib/recurly/resources/payment_gateway_references.php +++ b/lib/recurly/resources/payment_gateway_references.php @@ -1,67 +1,67 @@ <?php /** * This file is auto...
recurly/recurly-client-php
c7e69705070b5de4524e7ce61097f5386d4d4e09
4.58.0
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index fce6da8..075e0aa 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,11 +1,11 @@ [bumpversion] -current_version = 4.57.0 +current_version = 4.58.0 parse = (?P<major>\d+) \.(?P<minor>\d+) \.(?P<patch>\d+) serialize = {major}.{minor}.{patch} [bump...
recurly/recurly-client-php
73fc8c2766c7eee939cba0cef561c911b2df2236
Generated Latest Changes for v2021-02-25
diff --git a/lib/recurly/resources/invoice.php b/lib/recurly/resources/invoice.php index 8f92bbd..23a02ac 100644 --- a/lib/recurly/resources/invoice.php +++ b/lib/recurly/resources/invoice.php @@ -1,1073 +1,1097 @@ <?php /** * This file is automatically created by Recurly's OpenAPI generation process * and thus a...
recurly/recurly-client-php
0f0cb238550a675ab3bdf42d9b503fbe9262940e
4.57.0
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b020895..fce6da8 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,11 +1,11 @@ [bumpversion] -current_version = 4.56.0 +current_version = 4.57.0 parse = (?P<major>\d+) \.(?P<minor>\d+) \.(?P<patch>\d+) serialize = {major}.{minor}.{patch} [bump...
recurly/recurly-client-php
a387b68e60555546724a3705abd00a981fd08aba
Generated Latest Changes for v2021-02-25
diff --git a/lib/recurly/resources/external_account.php b/lib/recurly/resources/external_account.php index 259409d..ce3f5dd 100644 --- a/lib/recurly/resources/external_account.php +++ b/lib/recurly/resources/external_account.php @@ -1,163 +1,163 @@ <?php /** * This file is automatically created by Recurly's OpenAPI...
recurly/recurly-client-php
440ae50b52a45c14b0049e689cde21a779167b47
4.56.0
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index f520881..b020895 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,11 +1,11 @@ [bumpversion] -current_version = 4.55.0 +current_version = 4.56.0 parse = (?P<major>\d+) \.(?P<minor>\d+) \.(?P<patch>\d+) serialize = {major}.{minor}.{patch} [bump...
recurly/recurly-client-php
38c8d9ce7a0ea4f83648f24c3c91ffb229d6f89f
4.55.0
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5644d0c..f520881 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,11 +1,11 @@ [bumpversion] -current_version = 4.54.0 +current_version = 4.55.0 parse = (?P<major>\d+) \.(?P<minor>\d+) \.(?P<patch>\d+) serialize = {major}.{minor}.{patch} [bump...
recurly/recurly-client-php
beb98f059e68b59a7d058c119233ecf145681e3e
Generated Latest Changes for v2021-02-25
diff --git a/lib/recurly/resources/plan.php b/lib/recurly/resources/plan.php index 5ec290a..0c56168 100644 --- a/lib/recurly/resources/plan.php +++ b/lib/recurly/resources/plan.php @@ -1,772 +1,796 @@ <?php /** * This file is automatically created by Recurly's OpenAPI generation process * and thus any edits you m...
recurly/recurly-client-php
27df388564a6935e7ae59d9616aa63323d377640
Generated Latest Changes for v2021-02-25
diff --git a/openapi/api.yaml b/openapi/api.yaml index 9b0e9a5..b8cfb55 100644 --- a/openapi/api.yaml +++ b/openapi/api.yaml @@ -9406,1028 +9406,1029 @@ paths: end - lang: Java source: | try { final Invoice invoice = client.reopenInvoice(invoiceId); Sy...
recurly/recurly-client-php
3091c70763c8918e5da66793f276dd6ef66254cc
4.54.0
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 3a4fcc2..5644d0c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,11 +1,11 @@ [bumpversion] -current_version = 4.53.0 +current_version = 4.54.0 parse = (?P<major>\d+) \.(?P<minor>\d+) \.(?P<patch>\d+) serialize = {major}.{minor}.{patch} [bump...
recurly/recurly-client-php
090c83b7027f87eef47da6a47242cff31637d186
Generated Latest Changes for v2021-02-25
diff --git a/lib/recurly/client.php b/lib/recurly/client.php index b1d4c6d..9769e19 100644 --- a/lib/recurly/client.php +++ b/lib/recurly/client.php @@ -1374,1025 +1374,1025 @@ endpoint to obtain only the newly generated `UniqueCouponCodes`. * **Important notes:** * * * The `ids`...
recurly/recurly-client-php
c6be5d650575f35a8c8b611f6d0afde89d475852
4.53.0
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0b6f809..3a4fcc2 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,11 +1,11 @@ [bumpversion] -current_version = 4.52.0 +current_version = 4.53.0 parse = (?P<major>\d+) \.(?P<minor>\d+) \.(?P<patch>\d+) serialize = {major}.{minor}.{patch} [bump...
recurly/recurly-client-php
afe13eb6e713f732717de2f68310cf6013c473fe
4.52.0
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 1f76bcc..0b6f809 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,11 +1,11 @@ [bumpversion] -current_version = 4.51.0 +current_version = 4.52.0 parse = (?P<major>\d+) \.(?P<minor>\d+) \.(?P<patch>\d+) serialize = {major}.{minor}.{patch} [bump...
recurly/recurly-client-php
f0162febb537d556e54fd6c2716a84c2038076db
4.51.0
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 25229e6..1f76bcc 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,11 +1,11 @@ [bumpversion] -current_version = 4.50.0 +current_version = 4.51.0 parse = (?P<major>\d+) \.(?P<minor>\d+) \.(?P<patch>\d+) serialize = {major}.{minor}.{patch} [bump...
recurly/recurly-client-php
557153b91e2d30907426d135e099c19f3fee276d
Generated Latest Changes for v2021-02-25
diff --git a/lib/recurly/resources/external_subscription.php b/lib/recurly/resources/external_subscription.php index 3dee09e..62274dc 100644 --- a/lib/recurly/resources/external_subscription.php +++ b/lib/recurly/resources/external_subscription.php @@ -1,475 +1,475 @@ <?php /** * This file is automatically created ...
recurly/recurly-client-php
0482b4e010a72235da96c7e409220a6598da3368
4.50.0
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index be75449..25229e6 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,11 +1,11 @@ [bumpversion] -current_version = 4.49.0 +current_version = 4.50.0 parse = (?P<major>\d+) \.(?P<minor>\d+) \.(?P<patch>\d+) serialize = {major}.{minor}.{patch} [bump...
recurly/recurly-client-php
ba5f7b1da28096008537e28e87b187220b19d36a
Generated Latest Changes for v2021-02-25
diff --git a/lib/recurly/resources/account.php b/lib/recurly/resources/account.php index d503370..4dcd2ce 100644 --- a/lib/recurly/resources/account.php +++ b/lib/recurly/resources/account.php @@ -1,822 +1,846 @@ <?php /** * This file is automatically created by Recurly's OpenAPI generation process * and thus any...
recurly/recurly-client-php
1b8f135e74a978521ff697d3f393d2ae95680490
4.49.0
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index d20c79c..be75449 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,11 +1,11 @@ [bumpversion] -current_version = 4.48.0 +current_version = 4.49.0 parse = (?P<major>\d+) \.(?P<minor>\d+) \.(?P<patch>\d+) serialize = {major}.{minor}.{patch} [bump...
recurly/recurly-client-php
66c2654de401991d11c0daf7b259a7e1d4d6f147
Generated Latest Changes for v2021-02-25
diff --git a/openapi/api.yaml b/openapi/api.yaml index 0c948a9..73b3d73 100644 --- a/openapi/api.yaml +++ b/openapi/api.yaml @@ -20744,1024 +20744,1052 @@ components: Page URLs and in the invoice exports. pattern: "/^[a-z0-9_+-]+$/i" maxLength: 50 name: type: strin...
recurly/recurly-client-php
67f8a0a047568c0cdf078dc285431fe027c6fd47
4.48.0
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a0084e6..d20c79c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,11 +1,11 @@ [bumpversion] -current_version = 4.47.0 +current_version = 4.48.0 parse = (?P<major>\d+) \.(?P<minor>\d+) \.(?P<patch>\d+) serialize = {major}.{minor}.{patch} [bump...
recurly/recurly-client-php
b95a96745d215301a34d9bcfdabcf95b229533db
Generated Latest Changes for v2021-02-25
diff --git a/lib/recurly/client.php b/lib/recurly/client.php index d946340..69c207d 100644 --- a/lib/recurly/client.php +++ b/lib/recurly/client.php @@ -2666,895 +2666,940 @@ endpoint to obtain only the newly generated `UniqueCouponCodes`. public function cancelSubscription(string $subscription_id, array $body = [...
recurly/recurly-client-php
7b694b12aa542cbfc317c35d906af41a71006cf5
4.47.0
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index e175143..a0084e6 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,11 +1,11 @@ [bumpversion] -current_version = 4.46.0 +current_version = 4.47.0 parse = (?P<major>\d+) \.(?P<minor>\d+) \.(?P<patch>\d+) serialize = {major}.{minor}.{patch} [bump...
recurly/recurly-client-php
9ae12ec9332c1ee33c96ca70cd47333cadc49f3f
Generated Latest Changes for v2021-02-25
diff --git a/lib/recurly/resources/external_subscription.php b/lib/recurly/resources/external_subscription.php index 8cff6da..3dee09e 100644 --- a/lib/recurly/resources/external_subscription.php +++ b/lib/recurly/resources/external_subscription.php @@ -1,451 +1,475 @@ <?php /** * This file is automatically created ...
recurly/recurly-client-php
6b33edb4a326ac09f9082a7e123029d896e1bb66
4.46.0
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index ae9c073..e175143 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,11 +1,11 @@ [bumpversion] -current_version = 4.45.0 +current_version = 4.46.0 parse = (?P<major>\d+) \.(?P<minor>\d+) \.(?P<patch>\d+) serialize = {major}.{minor}.{patch} [bump...
recurly/recurly-client-php
1e91a8f07b595eae0947211cb05018d9e2cb2c67
4.45.0
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5e1ee66..ae9c073 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,11 +1,11 @@ [bumpversion] -current_version = 4.44.0 +current_version = 4.45.0 parse = (?P<major>\d+) \.(?P<minor>\d+) \.(?P<patch>\d+) serialize = {major}.{minor}.{patch} [bump...
recurly/recurly-client-php
7da14305486a12bb7eedc28786d429e6bf88ee96
Generated Latest Changes for v2021-02-25
diff --git a/lib/recurly/resources/transaction_error.php b/lib/recurly/resources/transaction_error.php index 92dd4f3..ef3d703 100644 --- a/lib/recurly/resources/transaction_error.php +++ b/lib/recurly/resources/transaction_error.php @@ -1,211 +1,235 @@ <?php /** * This file is automatically created by Recurly's Ope...
recurly/recurly-client-php
888e89e50cfde7fd8ef8c2e6b7ca53d69c32327d
4.44.0
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index fe44c0f..5e1ee66 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,11 +1,11 @@ [bumpversion] -current_version = 4.43.0 +current_version = 4.44.0 parse = (?P<major>\d+) \.(?P<minor>\d+) \.(?P<patch>\d+) serialize = {major}.{minor}.{patch} [bump...
recurly/recurly-client-php
8514f2e12062b783b17147512c64b7352f6766d5
Generated Latest Changes for v2021-02-25
diff --git a/lib/recurly/resources/fraud_risk_rule.php b/lib/recurly/resources/fraud_risk_rule.php new file mode 100644 index 0000000..04aa583 --- /dev/null +++ b/lib/recurly/resources/fraud_risk_rule.php @@ -0,0 +1,67 @@ +<?php +/** + * This file is automatically created by Recurly's OpenAPI generation process + * and...
recurly/recurly-client-php
1a02d110b61a77163027156f574f494fb8c0305e
4.43.0
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0ab8541..fe44c0f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,11 +1,11 @@ [bumpversion] -current_version = 4.42.0 +current_version = 4.43.0 parse = (?P<major>\d+) \.(?P<minor>\d+) \.(?P<patch>\d+) serialize = {major}.{minor}.{patch} [bump...
recurly/recurly-client-php
f9b46aa5eaabbfbec967153f4e8ef8fc208bca7b
4.42.0
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b0d75b1..0ab8541 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,11 +1,11 @@ [bumpversion] -current_version = 4.41.0 +current_version = 4.42.0 parse = (?P<major>\d+) \.(?P<minor>\d+) \.(?P<patch>\d+) serialize = {major}.{minor}.{patch} [bump...